Color Hex Logo

#57006d Color Hex

#57006D
(87,0,109)
0 Favorites   0 Comments

Color spaces of #57006d

RGB 870109
HSL0.801.000.21
HSV288°100°43°
CMYK 0.201.000.00   0.57
XYZ6.69083.130414.7196
Yxy3.13040.27260.1276
Hunter Lab17.692936.5393-36.9411
CIE-Lab20.558748.8700-39.6137

#57006d color RGB value is (87,0,109).

#57006d hex color red value is 87, green value is 0 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #57006d hue: 0.80 , saturation: 1.00 and the lightness value of 57006d is 0.21.

The process color (four color CMYK) of #57006d color hex is 0.20, 1.00, 0.00, 0.57. Web safe color of #57006d is #660066. Color #57006d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000000 01101101
Octal 127 0 155
Decimal 87 0 109
Hex 57 0 6D

RGB Percentages of Color #57006d

%44.39
%0.00
%55.61

CMYK Percentages of Color #57006d

%20
%100
%0
%57

Triadic Colors of #57006d

#57006d #6d5700 #006d57

Analogous Colors of #57006d

#57006d #6d004d #20006d

Monochromatic Colors of #57006d

#57006d

Complementary Color

#57006d #166d00

#57006d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57006d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57006d Color CSS Codes

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

#57006d Text Font Color

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

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


#57006d Background Color

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

This div background color is #57006d


#57006d Border Color

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

This div border color is #57006d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,0,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57006d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57006d;
  -webkit-box-shadow: 1px 1px 3px 2px #57006d;
  box-shadow:         1px 1px 3px 2px #57006d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57006d


Comments

No comments written yet.

Please login to write comment.