Color Hex Logo

#9590cc Color Hex

#9590CC
(149,144,204)
0 Favorites   0 Comments

Color spaces of #9590cc

RGB 149144204
HSL0.680.370.68
HSV245°29°80°
CMYK 0.270.290.00   0.20
XYZ33.266830.695761.2983
Yxy30.69570.26560.2451
Hunter Lab55.403710.2227-26.8155
CIE-Lab62.249915.0821-30.2291

#9590cc color RGB value is (149,144,204).

#9590cc hex color red value is 149, green value is 144 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9590cc hue: 0.68 , saturation: 0.37 and the lightness value of 9590cc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010000 11001100
Octal 225 220 314
Decimal 149 144 204
Hex 95 90 CC

RGB Percentages of Color #9590cc

%29.98
%28.97
%41.05

CMYK Percentages of Color #9590cc

%27
%29
%0
%20

Triadic Colors of #9590cc

#9590cc #cc9590 #90cc95

Analogous Colors of #9590cc

#9590cc #b390cc #90a9cc

Monochromatic Colors of #9590cc

#9590cc

Complementary Color

#9590cc #c7cc90

#9590cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9590cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9590cc Color CSS Codes

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

#9590cc Text Font Color

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

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


#9590cc Background Color

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

This div background color is #9590cc


#9590cc Border Color

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

This div border color is #9590cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,144,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 #9590cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9590cc


Comments

No comments written yet.

Please login to write comment.