Color Hex Logo

#59064d Color Hex

#59064D
(89,6,77)
0 Favorites   0 Comments

Color spaces of #59064d

RGB 89677
HSL0.860.870.19
HSV309°93°35°
CMYK 0.000.930.13   0.65
XYZ5.52452.78997.2685
Yxy2.78990.35450.1790
Hunter Lab16.703029.8085-14.1086
CIE-Lab19.182042.0349-20.4732

#59064d color RGB value is (89,6,77).

#59064d hex color red value is 89, green value is 6 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #59064d hue: 0.86 , saturation: 0.87 and the lightness value of 59064d is 0.19.

The process color (four color CMYK) of #59064d color hex is 0.00, 0.93, 0.13, 0.65. Web safe color of #59064d is #660066. Color #59064d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000110 01001101
Octal 131 6 115
Decimal 89 6 77
Hex 59 6 4D

RGB Percentages of Color #59064d

%51.74
%3.49
%44.77

CMYK Percentages of Color #59064d

%0
%93
%13
%65

Triadic Colors of #59064d

#59064d #4d5906 #064d59

Analogous Colors of #59064d

#59064d #590624 #3b0659

Monochromatic Colors of #59064d

#59064d

Complementary Color

#59064d #065912

#59064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59064d Color CSS Codes

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

#59064d Text Font Color

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

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


#59064d Background Color

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

This div background color is #59064d


#59064d Border Color

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

This div border color is #59064d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,6,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59064d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59064d;
  -webkit-box-shadow: 1px 1px 3px 2px #59064d;
  box-shadow:         1px 1px 3px 2px #59064d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59064d

#59064d Color Palettes


Comments

No comments written yet.

Please login to write comment.