Color Hex Logo

#570153 Color Hex

#570153
(87,1,83)
0 Favorites   0 Comments

Color spaces of #570153

RGB 87183
HSL0.840.980.17
HSV303°99°34°
CMYK 0.000.990.05   0.66
XYZ5.50272.67258.4094
Yxy2.67250.33180.1611
Hunter Lab16.347831.4749-19.0557
CIE-Lab18.681443.9374-25.3767

#570153 color RGB value is (87,1,83).

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

The process color (four color CMYK) of #570153 color hex is 0.00, 0.99, 0.05, 0.66. Web safe color of #570153 is #660066. Color #570153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000001 01010011
Octal 127 1 123
Decimal 87 1 83
Hex 57 1 53

RGB Percentages of Color #570153

%50.88
%0.58
%48.54

CMYK Percentages of Color #570153

%0
%99
%5
%66

Triadic Colors of #570153

#570153 #535701 #015357

Analogous Colors of #570153

#570153 #570128 #300157

Monochromatic Colors of #570153

#570153

Complementary Color

#570153 #015705

#570153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570153 Color CSS Codes

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

#570153 Text Font Color

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

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


#570153 Background Color

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

This div background color is #570153


#570153 Border Color

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

This div border color is #570153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570153


Comments

No comments written yet.

Please login to write comment.