Color Hex Logo

#595190 Color Hex

#595190
(89,81,144)
0 Favorites   0 Comments

Color spaces of #595190

RGB 8981144
HSL0.690.280.44
HSV248°44°56°
CMYK 0.380.440.00   0.44
XYZ12.096310.022327.6825
Yxy10.02230.24290.2012
Hunter Lab31.658012.8020-29.6839
CIE-Lab37.882419.2501-33.7998

#595190 color RGB value is (89,81,144).

#595190 hex color red value is 89, green value is 81 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #595190 hue: 0.69 , saturation: 0.28 and the lightness value of 595190 is 0.44.

The process color (four color CMYK) of #595190 color hex is 0.38, 0.44, 0.00, 0.44. Web safe color of #595190 is #666699. Color #595190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010001 10010000
Octal 131 121 220
Decimal 89 81 144
Hex 59 51 90

RGB Percentages of Color #595190

%28.34
%25.80
%45.86

CMYK Percentages of Color #595190

%38
%44
%0
%44

Triadic Colors of #595190

#595190 #905951 #519059

Analogous Colors of #595190

#595190 #795190 #516990

Monochromatic Colors of #595190

#595190

Complementary Color

#595190 #889051

#595190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595190 Color CSS Codes

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

#595190 Text Font Color

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

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


#595190 Background Color

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

This div background color is #595190


#595190 Border Color

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

This div border color is #595190


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,81,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #595190; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #595190;
  -webkit-box-shadow: 1px 1px 3px 2px #595190;
  box-shadow:         1px 1px 3px 2px #595190; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595190


Comments

No comments written yet.

Please login to write comment.