Color Hex Logo

#573f73 Color Hex

#573F73
(87,63,115)
0 Favorites   0 Comments

Color spaces of #573f73

RGB 8763115
HSL0.740.290.35
HSV268°45°45°
CMYK 0.240.450.00   0.55
XYZ8.80256.819117.0719
Yxy6.81910.26920.2086
Hunter Lab26.113414.4716-20.4820
CIE-Lab31.391521.9437-26.1365

#573f73 color RGB value is (87,63,115).

#573f73 hex color red value is 87, green value is 63 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #573f73 hue: 0.74 , saturation: 0.29 and the lightness value of 573f73 is 0.35.

The process color (four color CMYK) of #573f73 color hex is 0.24, 0.45, 0.00, 0.55. Web safe color of #573f73 is #663366. Color #573f73 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111111 01110011
Octal 127 77 163
Decimal 87 63 115
Hex 57 3F 73

RGB Percentages of Color #573f73

%32.83
%23.77
%43.40

CMYK Percentages of Color #573f73

%24
%45
%0
%55

Triadic Colors of #573f73

#573f73 #73573f #3f7357

Analogous Colors of #573f73

#573f73 #713f73 #3f4173

Monochromatic Colors of #573f73

#573f73

Complementary Color

#573f73 #5b733f

#573f73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573f73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573f73 Color CSS Codes

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

#573f73 Text Font Color

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

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


#573f73 Background Color

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

This div background color is #573f73


#573f73 Border Color

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

This div border color is #573f73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573f73


Comments

No comments written yet.

Please login to write comment.