Color Hex Logo

#9d88cd Color Hex

#9D88CD
(157,136,205)
0 Favorites   0 Comments

Color spaces of #9d88cd

RGB 157136205
HSL0.720.410.67
HSV258°34°80°
CMYK 0.230.340.00   0.20
XYZ33.728229.184261.6130
Yxy29.18420.27090.2344
Hunter Lab54.022416.9050-29.8051
CIE-Lab60.943922.3332-32.7630

#9d88cd color RGB value is (157,136,205).

#9d88cd hex color red value is 157, green value is 136 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9d88cd hue: 0.72 , saturation: 0.41 and the lightness value of 9d88cd is 0.67.

The process color (four color CMYK) of #9d88cd color hex is 0.23, 0.34, 0.00, 0.20. Web safe color of #9d88cd is #9999cc. Color #9d88cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10001000 11001101
Octal 235 210 315
Decimal 157 136 205
Hex 9D 88 CD

RGB Percentages of Color #9d88cd

%31.53
%27.31
%41.16

CMYK Percentages of Color #9d88cd

%23
%34
%0
%20

Triadic Colors of #9d88cd

#9d88cd #cd9d88 #88cd9d

Analogous Colors of #9d88cd

#9d88cd #c088cd #8896cd

Monochromatic Colors of #9d88cd

#9d88cd

Complementary Color

#9d88cd #b8cd88

#9d88cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d88cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d88cd Color CSS Codes

.mybgcolor {background-color:#9d88cd; } 
.myforecolor {color:#9d88cd; }
.mybordercolor {border:3px solid #9d88cd; }

#9d88cd Text Font Color

<p style="color:#9d88cd">Text here</p>

This sample text font color is #9d88cd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9d88cd Background Color

<div style="background-color:#9d88cd">
Div content here</div>

This div background color is #9d88cd


#9d88cd Border Color

<div style="border:3px solid #9d88cd">
Div here</div>

This div border color is #9d88cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,136,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d88cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d88cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9d88cd;
  box-shadow:         1px 1px 3px 2px #9d88cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,136,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9d88cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9d88cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9d88cd;
  box-shadow:         1px 1px 3px 2px #9d88cd;">
Div content here</div>

This div box has shadow with color #9d88cd


Comments

No comments written yet.

Please login to write comment.