Color Hex Logo

#57058a Color Hex

#57058A
(87,5,138)
0 Favorites   0 Comments

Color spaces of #57058a

RGB 875138
HSL0.770.930.28
HSV277°96°54°
CMYK 0.370.960.00   0.46
XYZ8.57223.969824.3592
Yxy3.96980.23230.1076
Hunter Lab19.924441.9297-58.5400
CIE-Lab23.571353.6609-53.1863

#57058a color RGB value is (87,5,138).

#57058a hex color red value is 87, green value is 5 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #57058a hue: 0.77 , saturation: 0.93 and the lightness value of 57058a is 0.28.

The process color (four color CMYK) of #57058a color hex is 0.37, 0.96, 0.00, 0.46. Web safe color of #57058a is #660099. Color #57058a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000101 10001010
Octal 127 5 212
Decimal 87 5 138
Hex 57 5 8A

RGB Percentages of Color #57058a

%37.83
%2.17
%60.00

CMYK Percentages of Color #57058a

%37
%96
%0
%46

Triadic Colors of #57058a

#57058a #8a5705 #058a57

Analogous Colors of #57058a

#57058a #8a057b #14058a

Monochromatic Colors of #57058a

#57058a

Complementary Color

#57058a #388a05

#57058a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57058a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57058a Color CSS Codes

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

#57058a Text Font Color

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

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


#57058a Background Color

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

This div background color is #57058a


#57058a Border Color

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

This div border color is #57058a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,5,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57058a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57058a;
  -webkit-box-shadow: 1px 1px 3px 2px #57058a;
  box-shadow:         1px 1px 3px 2px #57058a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,5,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57058a


Comments

No comments written yet.

Please login to write comment.