Color Hex Logo

#595795 Color Hex

#595795
(89,87,149)
0 Favorites   0 Comments

Color spaces of #595795

RGB 8987149
HSL0.670.260.46
HSV242°42°58°
CMYK 0.400.420.00   0.42
XYZ12.952811.110229.8956
Yxy11.11020.24010.2059
Hunter Lab33.332011.0341-29.8451
CIE-Lab39.765516.9348-33.8434

#595795 color RGB value is (89,87,149).

#595795 hex color red value is 89, green value is 87 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #595795 hue: 0.67 , saturation: 0.26 and the lightness value of 595795 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010111 10010101
Octal 131 127 225
Decimal 89 87 149
Hex 59 57 95

RGB Percentages of Color #595795

%27.38
%26.77
%45.85

CMYK Percentages of Color #595795

%40
%42
%0
%42

Triadic Colors of #595795

#595795 #955957 #579559

Analogous Colors of #595795

#595795 #785795 #577495

Monochromatic Colors of #595795

#595795

Complementary Color

#595795 #939557

#595795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595795 Color CSS Codes

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

#595795 Text Font Color

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

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


#595795 Background Color

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

This div background color is #595795


#595795 Border Color

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

This div border color is #595795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595795


Comments

No comments written yet.

Please login to write comment.