Color Hex Logo

#574aae Color Hex

#574AAE
(87,74,174)
0 Favorites   0 Comments

Color spaces of #574aae

RGB 8774174
HSL0.690.400.49
HSV248°57°68°
CMYK 0.500.570.00   0.32
XYZ14.01929.979841.2318
Yxy9.97980.21490.1530
Hunter Lab31.590823.9298-55.2707
CIE-Lab37.806232.2559-51.9260

#574aae color RGB value is (87,74,174).

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

The process color (four color CMYK) of #574aae color hex is 0.50, 0.57, 0.00, 0.32. Web safe color of #574aae is #663399. Color #574aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001010 10101110
Octal 127 112 256
Decimal 87 74 174
Hex 57 4A AE

RGB Percentages of Color #574aae

%25.97
%22.09
%51.94

CMYK Percentages of Color #574aae

%50
%57
%0
%32

Triadic Colors of #574aae

#574aae #ae574a #4aae57

Analogous Colors of #574aae

#574aae #894aae #4a6fae

Monochromatic Colors of #574aae

#574aae

Complementary Color

#574aae #a1ae4a

#574aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#574aae Color CSS Codes

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

#574aae Text Font Color

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

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


#574aae Background Color

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

This div background color is #574aae


#574aae Border Color

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

This div border color is #574aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574aae


Comments

No comments written yet.

Please login to write comment.