Color Hex Logo

#59078b Color Hex

#59078B
(89,7,139)
0 Favorites   0 Comments

Color spaces of #59078b

RGB 897139
HSL0.770.900.29
HSV277°95°55°
CMYK 0.360.950.00   0.45
XYZ8.85604.139924.7584
Yxy4.13990.23460.1097
Hunter Lab20.346742.0860-57.9028
CIE-Lab24.128753.7064-52.8851

#59078b color RGB value is (89,7,139).

#59078b hex color red value is 89, green value is 7 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #59078b hue: 0.77 , saturation: 0.90 and the lightness value of 59078b is 0.29.

The process color (four color CMYK) of #59078b color hex is 0.36, 0.95, 0.00, 0.45. Web safe color of #59078b is #660099. Color #59078b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000111 10001011
Octal 131 7 213
Decimal 89 7 139
Hex 59 7 8B

RGB Percentages of Color #59078b

%37.87
%2.98
%59.15

CMYK Percentages of Color #59078b

%36
%95
%0
%45

Triadic Colors of #59078b

#59078b #8b5907 #078b59

Analogous Colors of #59078b

#59078b #8b077b #17078b

Monochromatic Colors of #59078b

#59078b

Complementary Color

#59078b #398b07

#59078b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59078b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59078b Color CSS Codes

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

#59078b Text Font Color

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

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


#59078b Background Color

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

This div background color is #59078b


#59078b Border Color

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

This div border color is #59078b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,7,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59078b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59078b;
  -webkit-box-shadow: 1px 1px 3px 2px #59078b;
  box-shadow:         1px 1px 3px 2px #59078b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59078b


Comments

No comments written yet.

Please login to write comment.