Color Hex Logo

#9087ce Color Hex

#9087CE
(144,135,206)
0 Favorites   0 Comments

Color spaces of #9087ce

RGB 144135206
HSL0.690.420.67
HSV248°34°81°
CMYK 0.300.340.00   0.19
XYZ31.306227.713562.0917
Yxy27.71350.25850.2288
Hunter Lab52.643614.0244-33.0804
CIE-Lab59.629019.3161-35.4573

#9087ce color RGB value is (144,135,206).

#9087ce hex color red value is 144, green value is 135 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9087ce hue: 0.69 , saturation: 0.42 and the lightness value of 9087ce is 0.67.

The process color (four color CMYK) of #9087ce color hex is 0.30, 0.34, 0.00, 0.19. Web safe color of #9087ce is #9999cc. Color #9087ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000111 11001110
Octal 220 207 316
Decimal 144 135 206
Hex 90 87 CE

RGB Percentages of Color #9087ce

%29.69
%27.84
%42.47

CMYK Percentages of Color #9087ce

%30
%34
%0
%19

Triadic Colors of #9087ce

#9087ce #ce9087 #87ce90

Analogous Colors of #9087ce

#9087ce #b487ce #87a2ce

Monochromatic Colors of #9087ce

#9087ce

Complementary Color

#9087ce #c5ce87

#9087ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9087ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9087ce Color CSS Codes

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

#9087ce Text Font Color

<p style="color:#9087ce">Text here</p>

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


#9087ce Background Color

<div style="background-color:#9087ce">
Div content here</div>

This div background color is #9087ce


#9087ce Border Color

<div style="border:3px solid #9087ce">
Div here</div>

This div border color is #9087ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,135,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9087ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9087ce;
  -webkit-box-shadow: 1px 1px 3px 2px #9087ce;
  box-shadow:         1px 1px 3px 2px #9087ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9087ce


Comments

No comments written yet.

Please login to write comment.