Color Hex Logo

#9987be Color Hex

#9987BE
(153,135,190)
0 Favorites   0 Comments

Color spaces of #9987be

RGB 153135190
HSL0.720.300.64
HSV260°29°75°
CMYK 0.190.290.00   0.25
XYZ31.095127.818052.4457
Yxy27.81800.27920.2498
Hunter Lab52.742812.9369-22.0361
CIE-Lab59.724018.1290-26.2176

#9987be color RGB value is (153,135,190).

#9987be hex color red value is 153, green value is 135 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9987be hue: 0.72 , saturation: 0.30 and the lightness value of 9987be is 0.64.

The process color (four color CMYK) of #9987be color hex is 0.19, 0.29, 0.00, 0.25. Web safe color of #9987be is #9999cc. Color #9987be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000111 10111110
Octal 231 207 276
Decimal 153 135 190
Hex 99 87 BE

RGB Percentages of Color #9987be

%32.01
%28.24
%39.75

CMYK Percentages of Color #9987be

%19
%29
%0
%25

Triadic Colors of #9987be

#9987be #be9987 #87be99

Analogous Colors of #9987be

#9987be #b587be #8791be

Monochromatic Colors of #9987be

#9987be

Complementary Color

#9987be #acbe87

#9987be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9987be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9987be Color CSS Codes

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

#9987be Text Font Color

<p style="color:#9987be">Text here</p>

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


#9987be Background Color

<div style="background-color:#9987be">
Div content here</div>

This div background color is #9987be


#9987be Border Color

<div style="border:3px solid #9987be">
Div here</div>

This div border color is #9987be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,135,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9987be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9987be;
  -webkit-box-shadow: 1px 1px 3px 2px #9987be;
  box-shadow:         1px 1px 3px 2px #9987be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,135,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9987be


Comments

No comments written yet.

Please login to write comment.