Color Hex Logo

#9087cc Color Hex

#9087CC
(144,135,204)
0 Favorites   0 Comments

Color spaces of #9087cc

RGB 144135204
HSL0.690.400.66
HSV248°34°80°
CMYK 0.290.340.00   0.20
XYZ31.064727.616960.8200
Yxy27.61690.26000.2311
Hunter Lab52.551813.5503-31.8321
CIE-Lab59.541018.8051-34.4689

#9087cc color RGB value is (144,135,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000111 11001100
Octal 220 207 314
Decimal 144 135 204
Hex 90 87 CC

RGB Percentages of Color #9087cc

%29.81
%27.95
%42.24

CMYK Percentages of Color #9087cc

%29
%34
%0
%20

Triadic Colors of #9087cc

#9087cc #cc9087 #87cc90

Analogous Colors of #9087cc

#9087cc #b387cc #87a1cc

Monochromatic Colors of #9087cc

#9087cc

Complementary Color

#9087cc #c3cc87

#9087cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9087cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9087cc Color CSS Codes

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

#9087cc Text Font Color

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

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


#9087cc Background Color

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

This div background color is #9087cc


#9087cc Border Color

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

This div border color is #9087cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9087cc


Comments

No comments written yet.

Please login to write comment.