Color Hex Logo

#9987de Color Hex

#9987DE
(153,135,222)
0 Favorites   0 Comments

Color spaces of #9987de

RGB 153135222
HSL0.700.570.70
HSV252°39°87°
CMYK 0.310.390.00   0.13
XYZ34.985729.374272.9331
Yxy29.37420.25480.2140
Hunter Lab54.198020.3783-41.8468
CIE-Lab61.110525.9608-42.0429

#9987de color RGB value is (153,135,222).

#9987de hex color red value is 153, green value is 135 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9987de hue: 0.70 , saturation: 0.57 and the lightness value of 9987de is 0.70.

The process color (four color CMYK) of #9987de color hex is 0.31, 0.39, 0.00, 0.13. Web safe color of #9987de is #9999cc. Color #9987de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000111 11011110
Octal 231 207 336
Decimal 153 135 222
Hex 99 87 DE

RGB Percentages of Color #9987de

%30.00
%26.47
%43.53

CMYK Percentages of Color #9987de

%31
%39
%0
%13

Triadic Colors of #9987de

#9987de #de9987 #87de99

Analogous Colors of #9987de

#9987de #c587de #87a1de

Monochromatic Colors of #9987de

#9987de

Complementary Color

#9987de #ccde87

#9987de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9987de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9987de Color CSS Codes

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

#9987de Text Font Color

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

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


#9987de Background Color

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

This div background color is #9987de


#9987de Border Color

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

This div border color is #9987de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9987de


Comments

No comments written yet.

Please login to write comment.