Color Hex Logo

#570138 Color Hex

#570138
(87,1,56)
0 Favorites   0 Comments

Color spaces of #570138

RGB 87156
HSL0.890.980.17
HSV322°99°34°
CMYK 0.000.990.36   0.66
XYZ4.65512.33353.9464
Yxy2.33350.42570.2134
Hunter Lab15.275827.6629-4.6241
CIE-Lab17.148240.0560-9.0355

#570138 color RGB value is (87,1,56).

#570138 hex color red value is 87, green value is 1 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #570138 hue: 0.89 , saturation: 0.98 and the lightness value of 570138 is 0.17.

The process color (four color CMYK) of #570138 color hex is 0.00, 0.99, 0.36, 0.66. Web safe color of #570138 is #660033. Color #570138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000001 00111000
Octal 127 1 70
Decimal 87 1 56
Hex 57 1 38

RGB Percentages of Color #570138

%60.42
%0.69
%38.89

CMYK Percentages of Color #570138

%0
%99
%36
%66

Triadic Colors of #570138

#570138 #385701 #013857

Analogous Colors of #570138

#570138 #57010d #4b0157

Monochromatic Colors of #570138

#570138

Complementary Color

#570138 #015720

#570138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570138 Color CSS Codes

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

#570138 Text Font Color

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

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


#570138 Background Color

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

This div background color is #570138


#570138 Border Color

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

This div border color is #570138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570138


Comments

No comments written yet.

Please login to write comment.