Color Hex Logo

#572bab Color Hex

#572BAB
(87,43,171)
0 Favorites   0 Comments

Color spaces of #572bab

RGB 8743171
HSL0.720.600.42
HSV261°75°67°
CMYK 0.490.750.00   0.33
XYZ12.14506.694339.1801
Yxy6.69430.20930.1154
Hunter Lab25.873338.5099-71.6717
CIE-Lab31.100648.8192-61.0463

#572bab color RGB value is (87,43,171).

#572bab hex color red value is 87, green value is 43 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #572bab hue: 0.72 , saturation: 0.60 and the lightness value of 572bab is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101011 10101011
Octal 127 53 253
Decimal 87 43 171
Hex 57 2B AB

RGB Percentages of Color #572bab

%28.90
%14.29
%56.81

CMYK Percentages of Color #572bab

%49
%75
%0
%33

Triadic Colors of #572bab

#572bab #ab572b #2bab57

Analogous Colors of #572bab

#572bab #972bab #2b3fab

Monochromatic Colors of #572bab

#572bab

Complementary Color

#572bab #7fab2b

#572bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#572bab Color CSS Codes

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

#572bab Text Font Color

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

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


#572bab Background Color

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

This div background color is #572bab


#572bab Border Color

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

This div border color is #572bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572bab


Comments

No comments written yet.

Please login to write comment.