Color Hex Logo

#576fac Color Hex

#576FAC
(87,111,172)
0 Favorites   0 Comments

Color spaces of #576fac

RGB 87111172
HSL0.620.340.51
HSV223°49°67°
CMYK 0.490.350.00   0.33
XYZ17.061316.373741.2909
Yxy16.37370.22830.2191
Hunter Lab40.46444.4495-32.1759
CIE-Lab47.46108.5124-35.3488

#576fac color RGB value is (87,111,172).

#576fac hex color red value is 87, green value is 111 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #576fac hue: 0.62 , saturation: 0.34 and the lightness value of 576fac is 0.51.

The process color (four color CMYK) of #576fac color hex is 0.49, 0.35, 0.00, 0.33. Web safe color of #576fac is #666699. Color #576fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01101111 10101100
Octal 127 157 254
Decimal 87 111 172
Hex 57 6F AC

RGB Percentages of Color #576fac

%23.51
%30.00
%46.49

CMYK Percentages of Color #576fac

%49
%35
%0
%33

Triadic Colors of #576fac

#576fac #ac576f #6fac57

Analogous Colors of #576fac

#576fac #6a57ac #579aac

Monochromatic Colors of #576fac

#576fac

Complementary Color

#576fac #ac9457

#576fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#576fac Color CSS Codes

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

#576fac Text Font Color

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

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


#576fac Background Color

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

This div background color is #576fac


#576fac Border Color

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

This div border color is #576fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576fac


Comments

No comments written yet.

Please login to write comment.