Color Hex Logo

#595278 Color Hex

#595278
(89,82,120)
0 Favorites   0 Comments

Color spaces of #595278

RGB 8982120
HSL0.700.190.40
HSV251°32°47°
CMYK 0.260.320.00   0.53
XYZ10.52739.514519.0509
Yxy9.51450.26930.2434
Hunter Lab30.84566.9406-15.0269
CIE-Lab36.956611.8595-20.5573

#595278 color RGB value is (89,82,120).

#595278 hex color red value is 89, green value is 82 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #595278 hue: 0.70 , saturation: 0.19 and the lightness value of 595278 is 0.40.

The process color (four color CMYK) of #595278 color hex is 0.26, 0.32, 0.00, 0.53. Web safe color of #595278 is #666666. Color #595278 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010010 01111000
Octal 131 122 170
Decimal 89 82 120
Hex 59 52 78

RGB Percentages of Color #595278

%30.58
%28.18
%41.24

CMYK Percentages of Color #595278

%26
%32
%0
%53

Triadic Colors of #595278

#595278 #785952 #527859

Analogous Colors of #595278

#595278 #6c5278 #525e78

Monochromatic Colors of #595278

#595278

Complementary Color

#595278 #717852

#595278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595278 Color CSS Codes

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

#595278 Text Font Color

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

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


#595278 Background Color

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

This div background color is #595278


#595278 Border Color

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

This div border color is #595278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595278

#595278 Color Palettes


Comments

No comments written yet.

Please login to write comment.