Color Hex Logo

#594668 Color Hex

#594668
(89,70,104)
0 Favorites   0 Comments

Color spaces of #594668

RGB 8970104
HSL0.760.200.34
HSV274°33°41°
CMYK 0.140.330.00   0.59
XYZ8.80877.503614.0808
Yxy7.50360.28980.2469
Hunter Lab27.39279.4632-11.3022
CIE-Lab32.926915.3785-16.7823

#594668 color RGB value is (89,70,104).

#594668 hex color red value is 89, green value is 70 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #594668 hue: 0.76 , saturation: 0.20 and the lightness value of 594668 is 0.34.

The process color (four color CMYK) of #594668 color hex is 0.14, 0.33, 0.00, 0.59. Web safe color of #594668 is #663366. Color #594668 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000110 01101000
Octal 131 106 150
Decimal 89 70 104
Hex 59 46 68

RGB Percentages of Color #594668

%33.84
%26.62
%39.54

CMYK Percentages of Color #594668

%14
%33
%0
%59

Triadic Colors of #594668

#594668 #685946 #466859

Analogous Colors of #594668

#594668 #684666 #484668

Monochromatic Colors of #594668

#594668

Complementary Color

#594668 #556846

#594668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594668 Color CSS Codes

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

#594668 Text Font Color

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

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


#594668 Background Color

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

This div background color is #594668


#594668 Border Color

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

This div border color is #594668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594668


Comments

No comments written yet.

Please login to write comment.