Color Hex Logo

#594285 Color Hex

#594285
(89,66,133)
0 Favorites   0 Comments

Color spaces of #594285

RGB 8966133
HSL0.720.340.39
HSV261°50°52°
CMYK 0.330.500.00   0.48
XYZ10.30177.713723.1362
Yxy7.71370.25030.1874
Hunter Lab27.773517.6051-29.9489
CIE-Lab33.379425.5509-34.2090

#594285 color RGB value is (89,66,133).

#594285 hex color red value is 89, green value is 66 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #594285 hue: 0.72 , saturation: 0.34 and the lightness value of 594285 is 0.39.

The process color (four color CMYK) of #594285 color hex is 0.33, 0.50, 0.00, 0.48. Web safe color of #594285 is #663399. Color #594285 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000010 10000101
Octal 131 102 205
Decimal 89 66 133
Hex 59 42 85

RGB Percentages of Color #594285

%30.90
%22.92
%46.18

CMYK Percentages of Color #594285

%33
%50
%0
%48

Triadic Colors of #594285

#594285 #855942 #428559

Analogous Colors of #594285

#594285 #7b4285 #424d85

Monochromatic Colors of #594285

#594285

Complementary Color

#594285 #6e8542

#594285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594285 Color CSS Codes

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

#594285 Text Font Color

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

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


#594285 Background Color

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

This div background color is #594285


#594285 Border Color

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

This div border color is #594285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594285


Comments

No comments written yet.

Please login to write comment.