Color Hex Logo

#573e9a Color Hex

#573E9A
(87,62,154)
0 Favorites   0 Comments

Color spaces of #573e9a

RGB 8762154
HSL0.710.430.42
HSV256°60°60°
CMYK 0.440.600.00   0.40
XYZ11.48587.804631.4729
Yxy7.80460.22630.1537
Hunter Lab27.936724.4986-47.2391
CIE-Lab33.572633.5227-46.7678

#573e9a color RGB value is (87,62,154).

#573e9a hex color red value is 87, green value is 62 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #573e9a hue: 0.71 , saturation: 0.43 and the lightness value of 573e9a is 0.42.

The process color (four color CMYK) of #573e9a color hex is 0.44, 0.60, 0.00, 0.40. Web safe color of #573e9a is #663399. Color #573e9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111110 10011010
Octal 127 76 232
Decimal 87 62 154
Hex 57 3E 9A

RGB Percentages of Color #573e9a

%28.71
%20.46
%50.83

CMYK Percentages of Color #573e9a

%44
%60
%0
%40

Triadic Colors of #573e9a

#573e9a #9a573e #3e9a57

Analogous Colors of #573e9a

#573e9a #853e9a #3e539a

Monochromatic Colors of #573e9a

#573e9a

Complementary Color

#573e9a #819a3e

#573e9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573e9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#573e9a Color CSS Codes

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

#573e9a Text Font Color

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

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


#573e9a Background Color

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

This div background color is #573e9a


#573e9a Border Color

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

This div border color is #573e9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573e9a


Comments

No comments written yet.

Please login to write comment.