Color Hex Logo

#570842 Color Hex

#570842
(87,8,66)
0 Favorites   0 Comments

Color spaces of #570842

RGB 87866
HSL0.880.830.19
HSV316°91°34°
CMYK 0.000.910.24   0.66
XYZ5.00072.59335.3912
Yxy2.59330.38510.1997
Hunter Lab16.103727.2482-8.5765
CIE-Lab18.335439.3585-14.2420

#570842 color RGB value is (87,8,66).

#570842 hex color red value is 87, green value is 8 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #570842 hue: 0.88 , saturation: 0.83 and the lightness value of 570842 is 0.19.

The process color (four color CMYK) of #570842 color hex is 0.00, 0.91, 0.24, 0.66. Web safe color of #570842 is #660033. Color #570842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001000 01000010
Octal 127 10 102
Decimal 87 8 66
Hex 57 8 42

RGB Percentages of Color #570842

%54.04
%4.97
%40.99

CMYK Percentages of Color #570842

%0
%91
%24
%66

Triadic Colors of #570842

#570842 #425708 #084257

Analogous Colors of #570842

#570842 #57081b #450857

Monochromatic Colors of #570842

#570842

Complementary Color

#570842 #08571d

#570842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570842 Color CSS Codes

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

#570842 Text Font Color

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

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


#570842 Background Color

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

This div background color is #570842


#570842 Border Color

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

This div border color is #570842


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,8,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #570842; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #570842;
  -webkit-box-shadow: 1px 1px 3px 2px #570842;
  box-shadow:         1px 1px 3px 2px #570842; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570842


Comments

No comments written yet.

Please login to write comment.