Color Hex Logo

#57074c Color Hex

#57074C
(87,7,76)
0 Favorites   0 Comments

Color spaces of #57074c

RGB 87776
HSL0.860.850.18
HSV308°92°34°
CMYK 0.000.920.13   0.66
XYZ5.31102.70007.0787
Yxy2.70000.35200.1789
Hunter Lab16.431728.9388-14.0397
CIE-Lab18.800041.1537-20.4195

#57074c color RGB value is (87,7,76).

#57074c hex color red value is 87, green value is 7 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #57074c hue: 0.86 , saturation: 0.85 and the lightness value of 57074c is 0.18.

The process color (four color CMYK) of #57074c color hex is 0.00, 0.92, 0.13, 0.66. Web safe color of #57074c is #660033. Color #57074c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000111 01001100
Octal 127 7 114
Decimal 87 7 76
Hex 57 7 4C

RGB Percentages of Color #57074c

%51.18
%4.12
%44.71

CMYK Percentages of Color #57074c

%0
%92
%13
%66

Triadic Colors of #57074c

#57074c #4c5707 #074c57

Analogous Colors of #57074c

#57074c #570724 #3a0757

Monochromatic Colors of #57074c

#57074c

Complementary Color

#57074c #075712

#57074c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57074c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57074c Color CSS Codes

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

#57074c Text Font Color

<p style="color:#57074c">Text here</p>

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


#57074c Background Color

<div style="background-color:#57074c">
Div content here</div>

This div background color is #57074c


#57074c Border Color

<div style="border:3px solid #57074c">
Div here</div>

This div border color is #57074c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,7,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57074c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57074c;
  -webkit-box-shadow: 1px 1px 3px 2px #57074c;
  box-shadow:         1px 1px 3px 2px #57074c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57074c


Comments

No comments written yet.

Please login to write comment.