Color Hex Logo

#573afc Color Hex

#573AFC
(87,58,252)
0 Favorites   0 Comments

Color spaces of #573afc

RGB 8758252
HSL0.690.970.61
HSV249°77°99°
CMYK 0.650.770.00   0.01
XYZ23.014212.080693.2143
Yxy12.08060.17940.0942
Hunter Lab34.757257.3675-134.6783
CIE-Lab41.343964.4698-91.0366

#573afc color RGB value is (87,58,252).

#573afc hex color red value is 87, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #573afc hue: 0.69 , saturation: 0.97 and the lightness value of 573afc is 0.61.

The process color (four color CMYK) of #573afc color hex is 0.65, 0.77, 0.00, 0.01. Web safe color of #573afc is #6633ff. Color #573afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111010 11111100
Octal 127 72 374
Decimal 87 58 252
Hex 57 3A FC

RGB Percentages of Color #573afc

%21.91
%14.61
%63.48

CMYK Percentages of Color #573afc

%65
%77
%0
%1

Triadic Colors of #573afc

#573afc #fc573a #3afc57

Analogous Colors of #573afc

#573afc #b83afc #3a7efc

Monochromatic Colors of #573afc

#573afc

Complementary Color

#573afc #dffc3a

#573afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#573afc Color CSS Codes

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

#573afc Text Font Color

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

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


#573afc Background Color

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

This div background color is #573afc


#573afc Border Color

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

This div border color is #573afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573afc


Comments

No comments written yet.

Please login to write comment.