Color Hex Logo

#576aec Color Hex

#576AEC
(87,106,236)
0 Favorites   0 Comments

Color spaces of #576aec

RGB 87106236
HSL0.650.800.63
HSV232°63°93°
CMYK 0.630.550.00   0.07
XYZ24.224818.390481.6298
Yxy18.39040.19500.1480
Hunter Lab42.884025.7860-82.8398
CIE-Lab49.966232.6759-67.9531

#576aec color RGB value is (87,106,236).

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

The process color (four color CMYK) of #576aec color hex is 0.63, 0.55, 0.00, 0.07. Web safe color of #576aec is #6666ff. Color #576aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01101010 11101100
Octal 127 152 354
Decimal 87 106 236
Hex 57 6A EC

RGB Percentages of Color #576aec

%20.28
%24.71
%55.01

CMYK Percentages of Color #576aec

%63
%55
%0
%7

Triadic Colors of #576aec

#576aec #ec576a #6aec57

Analogous Colors of #576aec

#576aec #8f57ec #57b5ec

Monochromatic Colors of #576aec

#576aec

Complementary Color

#576aec #ecd957

#576aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#576aec Color CSS Codes

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

#576aec Text Font Color

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

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


#576aec Background Color

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

This div background color is #576aec


#576aec Border Color

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

This div border color is #576aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576aec


Comments

No comments written yet.

Please login to write comment.