Color Hex Logo

#595187 Color Hex

#595187
(89,81,135)
0 Favorites   0 Comments

Color spaces of #595187

RGB 8981135
HSL0.690.250.42
HSV249°40°53°
CMYK 0.340.400.00   0.47
XYZ11.43549.758024.2024
Yxy9.75800.25190.2150
Hunter Lab31.237810.6784-24.0702
CIE-Lab37.404616.6435-29.0749

#595187 color RGB value is (89,81,135).

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

The process color (four color CMYK) of #595187 color hex is 0.34, 0.40, 0.00, 0.47. Web safe color of #595187 is #666699. Color #595187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010001 10000111
Octal 131 121 207
Decimal 89 81 135
Hex 59 51 87

RGB Percentages of Color #595187

%29.18
%26.56
%44.26

CMYK Percentages of Color #595187

%34
%40
%0
%47

Triadic Colors of #595187

#595187 #875951 #518759

Analogous Colors of #595187

#595187 #745187 #516487

Monochromatic Colors of #595187

#595187

Complementary Color

#595187 #7f8751

#595187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595187 Color CSS Codes

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

#595187 Text Font Color

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

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


#595187 Background Color

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

This div background color is #595187


#595187 Border Color

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

This div border color is #595187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595187


Comments

No comments written yet.

Please login to write comment.