Color Hex Logo

#9887cd Color Hex

#9887CD
(152,135,205)
0 Favorites   0 Comments

Color spaces of #9887cd

RGB 152135205
HSL0.710.410.67
HSV255°34°80°
CMYK 0.260.340.00   0.20
XYZ32.632328.411161.5216
Yxy28.41110.26620.2318
Hunter Lab53.302116.0017-31.1215
CIE-Lab60.258321.4118-33.8631

#9887cd color RGB value is (152,135,205).

#9887cd hex color red value is 152, green value is 135 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9887cd hue: 0.71 , saturation: 0.41 and the lightness value of 9887cd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000111 11001101
Octal 230 207 315
Decimal 152 135 205
Hex 98 87 CD

RGB Percentages of Color #9887cd

%30.89
%27.44
%41.67

CMYK Percentages of Color #9887cd

%26
%34
%0
%20

Triadic Colors of #9887cd

#9887cd #cd9887 #87cd98

Analogous Colors of #9887cd

#9887cd #bb87cd #8799cd

Monochromatic Colors of #9887cd

#9887cd

Complementary Color

#9887cd #bccd87

#9887cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9887cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9887cd Color CSS Codes

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

#9887cd Text Font Color

<p style="color:#9887cd">Text here</p>

This sample text font color is #9887cd
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.


#9887cd Background Color

<div style="background-color:#9887cd">
Div content here</div>

This div background color is #9887cd


#9887cd Border Color

<div style="border:3px solid #9887cd">
Div here</div>

This div border color is #9887cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,135,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9887cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9887cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9887cd;
  box-shadow:         1px 1px 3px 2px #9887cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,135,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 #9887cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9887cd


Comments

No comments written yet.

Please login to write comment.