Color Hex Logo

#574eac Color Hex

#574EAC
(87,78,172)
0 Favorites   0 Comments

Color spaces of #574eac

RGB 8778172
HSL0.680.380.49
HSV246°55°67°
CMYK 0.490.550.00   0.33
XYZ14.101310.453640.3042
Yxy10.45360.21740.1612
Hunter Lab32.332021.2700-51.2768
CIE-Lab38.644529.1570-49.3872

#574eac color RGB value is (87,78,172).

#574eac hex color red value is 87, green value is 78 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #574eac hue: 0.68 , saturation: 0.38 and the lightness value of 574eac is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001110 10101100
Octal 127 116 254
Decimal 87 78 172
Hex 57 4E AC

RGB Percentages of Color #574eac

%25.82
%23.15
%51.04

CMYK Percentages of Color #574eac

%49
%55
%0
%33

Triadic Colors of #574eac

#574eac #ac574e #4eac57

Analogous Colors of #574eac

#574eac #864eac #4e74ac

Monochromatic Colors of #574eac

#574eac

Complementary Color

#574eac #a3ac4e

#574eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#574eac Color CSS Codes

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

#574eac Text Font Color

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

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


#574eac Background Color

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

This div background color is #574eac


#574eac Border Color

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

This div border color is #574eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574eac


Comments

No comments written yet.

Please login to write comment.