Color Hex Logo

#594454 Color Hex

#594454
(89,68,84)
0 Favorites   0 Comments

Color spaces of #594454

RGB 896884
HSL0.870.130.31
HSV314°24°35°
CMYK 0.000.240.06   0.65
XYZ7.78726.89829.3086
Yxy6.89820.32450.2875
Hunter Lab26.26446.9611-2.6284
CIE-Lab31.574012.1018-6.0817

#594454 color RGB value is (89,68,84).

#594454 hex color red value is 89, green value is 68 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #594454 hue: 0.87 , saturation: 0.13 and the lightness value of 594454 is 0.31.

The process color (four color CMYK) of #594454 color hex is 0.00, 0.24, 0.06, 0.65. Web safe color of #594454 is #663366. Color #594454 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000100 01010100
Octal 131 104 124
Decimal 89 68 84
Hex 59 44 54

RGB Percentages of Color #594454

%36.93
%28.22
%34.85

CMYK Percentages of Color #594454

%0
%24
%6
%65

Triadic Colors of #594454

#594454 #545944 #445459

Analogous Colors of #594454

#594454 #59444a #544459

Monochromatic Colors of #594454

#594454

Complementary Color

#594454 #445949

#594454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594454 Color CSS Codes

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

#594454 Text Font Color

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

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


#594454 Background Color

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

This div background color is #594454


#594454 Border Color

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

This div border color is #594454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594454


Comments

No comments written yet.

Please login to write comment.