Color Hex Logo

#573acc Color Hex

#573ACC
(87,58,204)
0 Favorites   0 Comments

Color spaces of #573acc

RGB 8758204
HSL0.700.590.51
HSV252°72°80°
CMYK 0.570.720.00   0.20
XYZ16.34269.412058.0821
Yxy9.41200.19490.1123
Hunter Lab30.679041.3982-90.7738
CIE-Lab36.765750.5953-71.2270

#573acc color RGB value is (87,58,204).

#573acc hex color red value is 87, green value is 58 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #573acc hue: 0.70 , saturation: 0.59 and the lightness value of 573acc is 0.51.

The process color (four color CMYK) of #573acc color hex is 0.57, 0.72, 0.00, 0.20. Web safe color of #573acc is #6633cc. Color #573acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111010 11001100
Octal 127 72 314
Decimal 87 58 204
Hex 57 3A CC

RGB Percentages of Color #573acc

%24.93
%16.62
%58.45

CMYK Percentages of Color #573acc

%57
%72
%0
%20

Triadic Colors of #573acc

#573acc #cc573a #3acc57

Analogous Colors of #573acc

#573acc #a03acc #3a66cc

Monochromatic Colors of #573acc

#573acc

Complementary Color

#573acc #afcc3a

#573acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#573acc Color CSS Codes

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

#573acc Text Font Color

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

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


#573acc Background Color

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

This div background color is #573acc


#573acc Border Color

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

This div border color is #573acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573acc


Comments

No comments written yet.

Please login to write comment.