Color Hex Logo

#573dac Color Hex

#573DAC
(87,61,172)
0 Favorites   0 Comments

Color spaces of #573dac

RGB 8761172
HSL0.710.480.46
HSV254°65°67°
CMYK 0.490.650.00   0.33
XYZ13.04568.342339.9524
Yxy8.34230.21270.1360
Hunter Lab28.883030.0778-61.7946
CIE-Lab34.685839.4427-55.7935

#573dac color RGB value is (87,61,172).

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

The process color (four color CMYK) of #573dac color hex is 0.49, 0.65, 0.00, 0.33. Web safe color of #573dac is #663399. Color #573dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111101 10101100
Octal 127 75 254
Decimal 87 61 172
Hex 57 3D AC

RGB Percentages of Color #573dac

%27.19
%19.06
%53.75

CMYK Percentages of Color #573dac

%49
%65
%0
%33

Triadic Colors of #573dac

#573dac #ac573d #3dac57

Analogous Colors of #573dac

#573dac #8f3dac #3d5aac

Monochromatic Colors of #573dac

#573dac

Complementary Color

#573dac #92ac3d

#573dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#573dac Color CSS Codes

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

#573dac Text Font Color

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

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


#573dac Background Color

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

This div background color is #573dac


#573dac Border Color

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

This div border color is #573dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573dac


Comments

No comments written yet.

Please login to write comment.