Color Hex Logo

#573f70 Color Hex

#573F70
(87,63,112)
0 Favorites   0 Comments

Color spaces of #573f70

RGB 8763112
HSL0.750.280.34
HSV269°44°44°
CMYK 0.220.440.00   0.56
XYZ8.63266.751116.1773
Yxy6.75110.27350.2139
Hunter Lab25.982913.8351-18.7268
CIE-Lab31.233421.1601-24.4913

#573f70 color RGB value is (87,63,112).

#573f70 hex color red value is 87, green value is 63 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #573f70 hue: 0.75 , saturation: 0.28 and the lightness value of 573f70 is 0.34.

The process color (four color CMYK) of #573f70 color hex is 0.22, 0.44, 0.00, 0.56. Web safe color of #573f70 is #663366. Color #573f70 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111111 01110000
Octal 127 77 160
Decimal 87 63 112
Hex 57 3F 70

RGB Percentages of Color #573f70

%33.21
%24.05
%42.75

CMYK Percentages of Color #573f70

%22
%44
%0
%56

Triadic Colors of #573f70

#573f70 #70573f #3f7057

Analogous Colors of #573f70

#573f70 #703f70 #3f4070

Monochromatic Colors of #573f70

#573f70

Complementary Color

#573f70 #58703f

#573f70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573f70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573f70 Color CSS Codes

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

#573f70 Text Font Color

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

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


#573f70 Background Color

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

This div background color is #573f70


#573f70 Border Color

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

This div border color is #573f70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573f70


Comments

No comments written yet.

Please login to write comment.