Color Hex Logo

#573cca Color Hex

#573CCA
(87,60,202)
0 Favorites   0 Comments

Color spaces of #573cca

RGB 8760202
HSL0.700.570.51
HSV251°70°79°
CMYK 0.570.700.00   0.21
XYZ16.20709.522256.8609
Yxy9.52220.19620.1153
Hunter Lab30.858139.7486-87.6506
CIE-Lab36.970948.9400-69.7285

#573cca color RGB value is (87,60,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111100 11001010
Octal 127 74 312
Decimal 87 60 202
Hex 57 3C CA

RGB Percentages of Color #573cca

%24.93
%17.19
%57.88

CMYK Percentages of Color #573cca

%57
%70
%0
%21

Triadic Colors of #573cca

#573cca #ca573c #3cca57

Analogous Colors of #573cca

#573cca #9e3cca #3c68ca

Monochromatic Colors of #573cca

#573cca

Complementary Color

#573cca #afca3c

#573cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#573cca Color CSS Codes

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

#573cca Text Font Color

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

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


#573cca Background Color

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

This div background color is #573cca


#573cca Border Color

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

This div border color is #573cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573cca


Comments

No comments written yet.

Please login to write comment.