Color Hex Logo

#573993 Color Hex

#573993
(87,57,147)
0 Favorites   0 Comments

Color spaces of #573993

RGB 8757147
HSL0.720.440.40
HSV260°61°58°
CMYK 0.410.610.00   0.42
XYZ10.66017.059128.4045
Yxy7.05910.23110.1530
Hunter Lab26.569025.1227-44.7878
CIE-Lab31.941134.4836-45.1356

#573993 color RGB value is (87,57,147).

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

The process color (four color CMYK) of #573993 color hex is 0.41, 0.61, 0.00, 0.42. Web safe color of #573993 is #663399. Color #573993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111001 10010011
Octal 127 71 223
Decimal 87 57 147
Hex 57 39 93

RGB Percentages of Color #573993

%29.90
%19.59
%50.52

CMYK Percentages of Color #573993

%41
%61
%0
%42

Triadic Colors of #573993

#573993 #935739 #399357

Analogous Colors of #573993

#573993 #843993 #394893

Monochromatic Colors of #573993

#573993

Complementary Color

#573993 #759339

#573993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573993 Color CSS Codes

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

#573993 Text Font Color

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

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


#573993 Background Color

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

This div background color is #573993


#573993 Border Color

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

This div border color is #573993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573993


Comments

No comments written yet.

Please login to write comment.