Color Hex Logo

#573999 Color Hex

#573999
(87,57,153)
0 Favorites   0 Comments

Color spaces of #573999

RGB 8757153
HSL0.720.460.41
HSV259°63°60°
CMYK 0.430.630.00   0.40
XYZ11.14347.252430.9495
Yxy7.25240.22580.1470
Hunter Lab26.930326.7330-49.2876
CIE-Lab32.374736.2046-48.0959

#573999 color RGB value is (87,57,153).

#573999 hex color red value is 87, green value is 57 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #573999 hue: 0.72 , saturation: 0.46 and the lightness value of 573999 is 0.41.

The process color (four color CMYK) of #573999 color hex is 0.43, 0.63, 0.00, 0.40. Web safe color of #573999 is #663399. Color #573999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111001 10011001
Octal 127 71 231
Decimal 87 57 153
Hex 57 39 99

RGB Percentages of Color #573999

%29.29
%19.19
%51.52

CMYK Percentages of Color #573999

%43
%63
%0
%40

Triadic Colors of #573999

#573999 #995739 #399957

Analogous Colors of #573999

#573999 #873999 #394b99

Monochromatic Colors of #573999

#573999

Complementary Color

#573999 #7b9939

#573999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573999 Color CSS Codes

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

#573999 Text Font Color

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

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


#573999 Background Color

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

This div background color is #573999


#573999 Border Color

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

This div border color is #573999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573999


Comments

No comments written yet.

Please login to write comment.