Color Hex Logo

#574dae Color Hex

#574DAE
(87,77,174)
0 Favorites   0 Comments

Color spaces of #574dae

RGB 8777174
HSL0.680.390.49
HSV246°56°68°
CMYK 0.500.560.00   0.32
XYZ14.224310.390041.3002
Yxy10.39000.21580.1576
Hunter Lab32.233522.3614-53.4037
CIE-Lab38.533530.4030-50.7519

#574dae color RGB value is (87,77,174).

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

The process color (four color CMYK) of #574dae color hex is 0.50, 0.56, 0.00, 0.32. Web safe color of #574dae is #666699. Color #574dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001101 10101110
Octal 127 115 256
Decimal 87 77 174
Hex 57 4D AE

RGB Percentages of Color #574dae

%25.74
%22.78
%51.48

CMYK Percentages of Color #574dae

%50
%56
%0
%32

Triadic Colors of #574dae

#574dae #ae574d #4dae57

Analogous Colors of #574dae

#574dae #884dae #4d74ae

Monochromatic Colors of #574dae

#574dae

Complementary Color

#574dae #a4ae4d

#574dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#574dae Color CSS Codes

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

#574dae Text Font Color

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

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


#574dae Background Color

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

This div background color is #574dae


#574dae Border Color

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

This div border color is #574dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574dae


Comments

No comments written yet.

Please login to write comment.