Color Hex Logo

#570155 Color Hex

#570155
(87,1,85)
0 Favorites   0 Comments

Color spaces of #570155

RGB 87185
HSL0.840.980.17
HSV301°99°34°
CMYK 0.000.990.02   0.66
XYZ5.58102.70388.8221
Yxy2.70380.32620.1581
Hunter Lab16.443231.8090-20.2999
CIE-Lab18.816344.2692-26.5153

#570155 color RGB value is (87,1,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000001 01010101
Octal 127 1 125
Decimal 87 1 85
Hex 57 1 55

RGB Percentages of Color #570155

%50.29
%0.58
%49.13

CMYK Percentages of Color #570155

%0
%99
%2
%66

Triadic Colors of #570155

#570155 #555701 #015557

Analogous Colors of #570155

#570155 #57012a #2e0157

Monochromatic Colors of #570155

#570155

Complementary Color

#570155 #015703

#570155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570155 Color CSS Codes

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

#570155 Text Font Color

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

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


#570155 Background Color

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

This div background color is #570155


#570155 Border Color

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

This div border color is #570155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570155


Comments

No comments written yet.

Please login to write comment.