Color Hex Logo

#574dac Color Hex

#574DAC
(87,77,172)
0 Favorites   0 Comments

Color spaces of #574dac

RGB 8777172
HSL0.680.380.49
HSV246°55°67°
CMYK 0.490.550.00   0.33
XYZ14.030810.312540.2807
Yxy10.31250.21710.1596
Hunter Lab32.113121.7921-51.8906
CIE-Lab38.397529.7797-49.7851

#574dac color RGB value is (87,77,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001101 10101100
Octal 127 115 254
Decimal 87 77 172
Hex 57 4D AC

RGB Percentages of Color #574dac

%25.89
%22.92
%51.19

CMYK Percentages of Color #574dac

%49
%55
%0
%33

Triadic Colors of #574dac

#574dac #ac574d #4dac57

Analogous Colors of #574dac

#574dac #874dac #4d73ac

Monochromatic Colors of #574dac

#574dac

Complementary Color

#574dac #a2ac4d

#574dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#574dac Color CSS Codes

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

#574dac Text Font Color

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

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


#574dac Background Color

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

This div background color is #574dac


#574dac Border Color

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

This div border color is #574dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574dac


Comments

No comments written yet.

Please login to write comment.