Color Hex Logo

#573f8f Color Hex

#573F8F
(87,63,143)
0 Favorites   0 Comments

Color spaces of #573f8f

RGB 8763143
HSL0.720.390.40
HSV258°56°56°
CMYK 0.390.560.00   0.44
XYZ10.66597.564426.8845
Yxy7.56440.23640.1677
Hunter Lab27.503521.0916-38.7033
CIE-Lab33.058729.7099-40.8872

#573f8f color RGB value is (87,63,143).

#573f8f hex color red value is 87, green value is 63 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #573f8f hue: 0.72 , saturation: 0.39 and the lightness value of 573f8f is 0.40.

The process color (four color CMYK) of #573f8f color hex is 0.39, 0.56, 0.00, 0.44. Web safe color of #573f8f is #663399. Color #573f8f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111111 10001111
Octal 127 77 217
Decimal 87 63 143
Hex 57 3F 8F

RGB Percentages of Color #573f8f

%29.69
%21.50
%48.81

CMYK Percentages of Color #573f8f

%39
%56
%0
%44

Triadic Colors of #573f8f

#573f8f #8f573f #3f8f57

Analogous Colors of #573f8f

#573f8f #7f3f8f #3f4f8f

Monochromatic Colors of #573f8f

#573f8f

Complementary Color

#573f8f #778f3f

#573f8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573f8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#573f8f Color CSS Codes

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

#573f8f Text Font Color

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

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


#573f8f Background Color

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

This div background color is #573f8f


#573f8f Border Color

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

This div border color is #573f8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573f8f


Comments

No comments written yet.

Please login to write comment.