Color Hex Logo

#576adc Color Hex

#576ADC
(87,106,220)
0 Favorites   0 Comments

Color spaces of #576adc

RGB 87106220
HSL0.640.660.60
HSV231°60°86°
CMYK 0.600.520.00   0.14
XYZ22.002817.501669.9286
Yxy17.50160.20110.1599
Hunter Lab41.834920.6698-69.8210
CIE-Lab48.885927.3274-60.6830

#576adc color RGB value is (87,106,220).

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

The process color (four color CMYK) of #576adc color hex is 0.60, 0.52, 0.00, 0.14. Web safe color of #576adc is #6666cc. Color #576adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01101010 11011100
Octal 127 152 334
Decimal 87 106 220
Hex 57 6A DC

RGB Percentages of Color #576adc

%21.07
%25.67
%53.27

CMYK Percentages of Color #576adc

%60
%52
%0
%14

Triadic Colors of #576adc

#576adc #dc576a #6adc57

Analogous Colors of #576adc

#576adc #8757dc #57addc

Monochromatic Colors of #576adc

#576adc

Complementary Color

#576adc #dcc957

#576adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#576adc Color CSS Codes

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

#576adc Text Font Color

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

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


#576adc Background Color

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

This div background color is #576adc


#576adc Border Color

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

This div border color is #576adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576adc


Comments

No comments written yet.

Please login to write comment.