Color Hex Logo

#59067a Color Hex

#59067A
(89,6,122)
0 Favorites   0 Comments

Color spaces of #59067a

RGB 896122
HSL0.790.910.25
HSV283°95°48°
CMYK 0.270.950.00   0.52
XYZ7.69783.659218.7129
Yxy3.65920.25600.1217
Hunter Lab19.129038.3552-44.6099
CIE-Lab22.511250.3316-44.7977

#59067a color RGB value is (89,6,122).

#59067a hex color red value is 89, green value is 6 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #59067a hue: 0.79 , saturation: 0.91 and the lightness value of 59067a is 0.25.

The process color (four color CMYK) of #59067a color hex is 0.27, 0.95, 0.00, 0.52. Web safe color of #59067a is #660066. Color #59067a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000110 01111010
Octal 131 6 172
Decimal 89 6 122
Hex 59 6 7A

RGB Percentages of Color #59067a

%41.01
%2.76
%56.22

CMYK Percentages of Color #59067a

%27
%95
%0
%52

Triadic Colors of #59067a

#59067a #7a5906 #067a59

Analogous Colors of #59067a

#59067a #7a0661 #1f067a

Monochromatic Colors of #59067a

#59067a

Complementary Color

#59067a #277a06

#59067a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59067a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59067a Color CSS Codes

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

#59067a Text Font Color

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

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


#59067a Background Color

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

This div background color is #59067a


#59067a Border Color

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

This div border color is #59067a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59067a


Comments

No comments written yet.

Please login to write comment.