Color Hex Logo

#59084f Color Hex

#59084F
(89,8,79)
0 Favorites   0 Comments

Color spaces of #59084f

RGB 89879
HSL0.850.840.19
HSV307°91°35°
CMYK 0.000.910.11   0.65
XYZ5.61792.86207.6535
Yxy2.86200.34820.1774
Hunter Lab16.917429.6703-14.9807
CIE-Lab19.482541.8250-21.3630

#59084f color RGB value is (89,8,79).

#59084f hex color red value is 89, green value is 8 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #59084f hue: 0.85 , saturation: 0.84 and the lightness value of 59084f is 0.19.

The process color (four color CMYK) of #59084f color hex is 0.00, 0.91, 0.11, 0.65. Web safe color of #59084f is #660066. Color #59084f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001000 01001111
Octal 131 10 117
Decimal 89 8 79
Hex 59 8 4F

RGB Percentages of Color #59084f

%50.57
%4.55
%44.89

CMYK Percentages of Color #59084f

%0
%91
%11
%65

Triadic Colors of #59084f

#59084f #4f5908 #084f59

Analogous Colors of #59084f

#59084f #590827 #3b0859

Monochromatic Colors of #59084f

#59084f

Complementary Color

#59084f #085912

#59084f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59084f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59084f Color CSS Codes

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

#59084f Text Font Color

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

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


#59084f Background Color

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

This div background color is #59084f


#59084f Border Color

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

This div border color is #59084f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,8,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59084f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59084f;
  -webkit-box-shadow: 1px 1px 3px 2px #59084f;
  box-shadow:         1px 1px 3px 2px #59084f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59084f


Comments

No comments written yet.

Please login to write comment.