Color Hex Logo

#574aaa Color Hex

#574AAA
(87,74,170)
0 Favorites   0 Comments

Color spaces of #574aaa

RGB 8774170
HSL0.690.390.48
HSV248°56°67°
CMYK 0.490.560.00   0.33
XYZ13.63509.826139.2082
Yxy9.82610.21760.1568
Hunter Lab31.346622.7865-52.2170
CIE-Lab37.528531.0170-49.9977

#574aaa color RGB value is (87,74,170).

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

The process color (four color CMYK) of #574aaa color hex is 0.49, 0.56, 0.00, 0.33. Web safe color of #574aaa is #663399. Color #574aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001010 10101010
Octal 127 112 252
Decimal 87 74 170
Hex 57 4A AA

RGB Percentages of Color #574aaa

%26.28
%22.36
%51.36

CMYK Percentages of Color #574aaa

%49
%56
%0
%33

Triadic Colors of #574aaa

#574aaa #aa574a #4aaa57

Analogous Colors of #574aaa

#574aaa #874aaa #4a6daa

Monochromatic Colors of #574aaa

#574aaa

Complementary Color

#574aaa #9daa4a

#574aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#574aaa Color CSS Codes

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

#574aaa Text Font Color

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

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


#574aaa Background Color

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

This div background color is #574aaa


#574aaa Border Color

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

This div border color is #574aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574aaa


Comments

No comments written yet.

Please login to write comment.