Color Hex Logo

#574bab Color Hex

#574BAB
(87,75,171)
0 Favorites   0 Comments

Color spaces of #574bab

RGB 8775171
HSL0.690.390.48
HSV248°56°67°
CMYK 0.490.560.00   0.33
XYZ13.79729.998739.7308
Yxy9.99870.21720.1574
Hunter Lab31.620722.5494-52.3622
CIE-Lab37.840130.7077-50.0899

#574bab color RGB value is (87,75,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001011 10101011
Octal 127 113 253
Decimal 87 75 171
Hex 57 4B AB

RGB Percentages of Color #574bab

%26.13
%22.52
%51.35

CMYK Percentages of Color #574bab

%49
%56
%0
%33

Triadic Colors of #574bab

#574bab #ab574b #4bab57

Analogous Colors of #574bab

#574bab #874bab #4b6fab

Monochromatic Colors of #574bab

#574bab

Complementary Color

#574bab #9fab4b

#574bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#574bab Color CSS Codes

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

#574bab Text Font Color

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

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


#574bab Background Color

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

This div background color is #574bab


#574bab Border Color

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

This div border color is #574bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574bab


Comments

No comments written yet.

Please login to write comment.