Color Hex Logo

#570f6b Color Hex

#570F6B
(87,15,107)
0 Favorites   0 Comments

Color spaces of #570f6b

RGB 8715107
HSL0.800.750.24
HSV287°86°42°
CMYK 0.190.860.00   0.58
XYZ6.75513.429414.2158
Yxy3.42940.27680.1405
Hunter Lab18.518632.7044-32.5508
CIE-Lab21.687544.6639-36.4828

#570f6b color RGB value is (87,15,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001111 01101011
Octal 127 17 153
Decimal 87 15 107
Hex 57 F 6B

RGB Percentages of Color #570f6b

%41.63
%7.18
%51.20

CMYK Percentages of Color #570f6b

%19
%86
%0
%58

Triadic Colors of #570f6b

#570f6b #6b570f #0f6b57

Analogous Colors of #570f6b

#570f6b #6b0f51 #290f6b

Monochromatic Colors of #570f6b

#570f6b

Complementary Color

#570f6b #236b0f

#570f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#570f6b Color CSS Codes

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

#570f6b Text Font Color

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

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


#570f6b Background Color

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

This div background color is #570f6b


#570f6b Border Color

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

This div border color is #570f6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570f6b


Comments

No comments written yet.

Please login to write comment.