Color Hex Logo

#576afc Color Hex

#576AFC
(87,106,252)
0 Favorites   0 Comments

Color spaces of #576afc

RGB 87106252
HSL0.650.960.66
HSV233°65°99°
CMYK 0.650.580.00   0.01
XYZ26.655219.362694.4279
Yxy19.36260.18980.1379
Hunter Lab44.003031.1229-96.4310
CIE-Lab51.108838.0169-75.0213

#576afc color RGB value is (87,106,252).

#576afc hex color red value is 87, green value is 106 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #576afc hue: 0.65 , saturation: 0.96 and the lightness value of 576afc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01101010 11111100
Octal 127 152 374
Decimal 87 106 252
Hex 57 6A FC

RGB Percentages of Color #576afc

%19.55
%23.82
%56.63

CMYK Percentages of Color #576afc

%65
%58
%0
%1

Triadic Colors of #576afc

#576afc #fc576a #6afc57

Analogous Colors of #576afc

#576afc #9757fc #57bdfc

Monochromatic Colors of #576afc

#576afc

Complementary Color

#576afc #fce957

#576afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#576afc Color CSS Codes

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

#576afc Text Font Color

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

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


#576afc Background Color

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

This div background color is #576afc


#576afc Border Color

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

This div border color is #576afc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,106,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 #576afc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576afc


Comments

No comments written yet.

Please login to write comment.