Color Hex Logo

#570c6c Color Hex

#570C6C
(87,12,108)
0 Favorites   0 Comments

Color spaces of #570c6c

RGB 8712108
HSL0.800.800.24
HSV287°89°42°
CMYK 0.190.890.00   0.58
XYZ6.76873.371914.4814
Yxy3.37190.27490.1369
Hunter Lab18.362733.6622-33.9039
CIE-Lab21.475745.7158-37.4760

#570c6c color RGB value is (87,12,108).

#570c6c hex color red value is 87, green value is 12 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #570c6c hue: 0.80 , saturation: 0.80 and the lightness value of 570c6c is 0.24.

The process color (four color CMYK) of #570c6c color hex is 0.19, 0.89, 0.00, 0.58. Web safe color of #570c6c is #660066. Color #570c6c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001100 01101100
Octal 127 14 154
Decimal 87 12 108
Hex 57 C 6C

RGB Percentages of Color #570c6c

%42.03
%5.80
%52.17

CMYK Percentages of Color #570c6c

%19
%89
%0
%58

Triadic Colors of #570c6c

#570c6c #6c570c #0c6c57

Analogous Colors of #570c6c

#570c6c #6c0c51 #270c6c

Monochromatic Colors of #570c6c

#570c6c

Complementary Color

#570c6c #216c0c

#570c6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570c6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#570c6c Color CSS Codes

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

#570c6c Text Font Color

<p style="color:#570c6c">Text here</p>

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


#570c6c Background Color

<div style="background-color:#570c6c">
Div content here</div>

This div background color is #570c6c


#570c6c Border Color

<div style="border:3px solid #570c6c">
Div here</div>

This div border color is #570c6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,12,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #570c6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #570c6c;
  -webkit-box-shadow: 1px 1px 3px 2px #570c6c;
  box-shadow:         1px 1px 3px 2px #570c6c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570c6c


Comments

No comments written yet.

Please login to write comment.