Color Hex Logo

#573dad Color Hex

#573DAD
(87,61,173)
0 Favorites   0 Comments

Color spaces of #573dad

RGB 8761173
HSL0.710.480.46
HSV254°65°68°
CMYK 0.500.650.00   0.32
XYZ13.14208.380940.4602
Yxy8.38090.21200.1352
Hunter Lab28.949830.3695-62.5988
CIE-Lab34.763939.7400-56.2630

#573dad color RGB value is (87,61,173).

#573dad hex color red value is 87, green value is 61 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #573dad hue: 0.71 , saturation: 0.48 and the lightness value of 573dad is 0.46.

The process color (four color CMYK) of #573dad color hex is 0.50, 0.65, 0.00, 0.32. Web safe color of #573dad is #663399. Color #573dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111101 10101101
Octal 127 75 255
Decimal 87 61 173
Hex 57 3D AD

RGB Percentages of Color #573dad

%27.10
%19.00
%53.89

CMYK Percentages of Color #573dad

%50
%65
%0
%32

Triadic Colors of #573dad

#573dad #ad573d #3dad57

Analogous Colors of #573dad

#573dad #8f3dad #3d5bad

Monochromatic Colors of #573dad

#573dad

Complementary Color

#573dad #93ad3d

#573dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#573dad Color CSS Codes

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

#573dad Text Font Color

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

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


#573dad Background Color

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

This div background color is #573dad


#573dad Border Color

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

This div border color is #573dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573dad


Comments

No comments written yet.

Please login to write comment.