Color Hex Logo

#575eac Color Hex

#575EAC
(87,94,172)
0 Favorites   0 Comments

Color spaces of #575eac

RGB 8794172
HSL0.650.340.51
HSV235°49°67°
CMYK 0.490.450.00   0.33
XYZ15.379613.010240.7304
Yxy13.01020.22250.1882
Hunter Lab36.069712.9880-41.7024
CIE-Lab42.778619.1057-42.7638

#575eac color RGB value is (87,94,172).

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

The process color (four color CMYK) of #575eac color hex is 0.49, 0.45, 0.00, 0.33. Web safe color of #575eac is #666699. Color #575eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011110 10101100
Octal 127 136 254
Decimal 87 94 172
Hex 57 5E AC

RGB Percentages of Color #575eac

%24.65
%26.63
%48.73

CMYK Percentages of Color #575eac

%49
%45
%0
%33

Triadic Colors of #575eac

#575eac #ac575e #5eac57

Analogous Colors of #575eac

#575eac #7b57ac #5789ac

Monochromatic Colors of #575eac

#575eac

Complementary Color

#575eac #aca557

#575eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#575eac Color CSS Codes

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

#575eac Text Font Color

<p style="color:#575eac">Text here</p>

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


#575eac Background Color

<div style="background-color:#575eac">
Div content here</div>

This div background color is #575eac


#575eac Border Color

<div style="border:3px solid #575eac">
Div here</div>

This div border color is #575eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575eac


Comments

No comments written yet.

Please login to write comment.