Color Hex Logo

#576fdc Color Hex

#576FDC
(87,111,220)
0 Favorites   0 Comments

Color spaces of #576fdc

RGB 87111220
HSL0.640.660.60
HSV229°60°86°
CMYK 0.600.500.00   0.14
XYZ22.533218.562470.1054
Yxy18.56240.20260.1669
Hunter Lab43.084117.9592-66.3164
CIE-Lab50.171324.2345-58.6122

#576fdc color RGB value is (87,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01101111 11011100
Octal 127 157 334
Decimal 87 111 220
Hex 57 6F DC

RGB Percentages of Color #576fdc

%20.81
%26.56
%52.63

CMYK Percentages of Color #576fdc

%60
%50
%0
%14

Triadic Colors of #576fdc

#576fdc #dc576f #6fdc57

Analogous Colors of #576fdc

#576fdc #8257dc #57b2dc

Monochromatic Colors of #576fdc

#576fdc

Complementary Color

#576fdc #dcc457

#576fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#576fdc Color CSS Codes

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

#576fdc Text Font Color

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

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


#576fdc Background Color

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

This div background color is #576fdc


#576fdc Border Color

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

This div border color is #576fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576fdc


Comments

No comments written yet.

Please login to write comment.