Color Hex Logo

#574aab Color Hex

#574AAB
(87,74,171)
0 Favorites   0 Comments

Color spaces of #574aab

RGB 8774171
HSL0.690.400.48
HSV248°57°67°
CMYK 0.490.570.00   0.33
XYZ13.72999.864139.7084
Yxy9.86410.21690.1558
Hunter Lab31.407223.0702-52.9759
CIE-Lab37.597431.3258-50.4814

#574aab color RGB value is (87,74,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001010 10101011
Octal 127 112 253
Decimal 87 74 171
Hex 57 4A AB

RGB Percentages of Color #574aab

%26.20
%22.29
%51.51

CMYK Percentages of Color #574aab

%49
%57
%0
%33

Triadic Colors of #574aab

#574aab #ab574a #4aab57

Analogous Colors of #574aab

#574aab #884aab #4a6eab

Monochromatic Colors of #574aab

#574aab

Complementary Color

#574aab #9eab4a

#574aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#574aab Color CSS Codes

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

#574aab Text Font Color

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

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


#574aab Background Color

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

This div background color is #574aab


#574aab Border Color

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

This div border color is #574aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574aab


Comments

No comments written yet.

Please login to write comment.