Color Hex Logo

#570bab Color Hex

#570BAB
(87,11,171)
0 Favorites   0 Comments

Color spaces of #570bab

RGB 8711171
HSL0.750.880.36
HSV269°94°67°
CMYK 0.490.940.00   0.33
XYZ11.40085.205938.9320
Yxy5.20590.20530.0937
Hunter Lab22.816449.2632-85.1958
CIE-Lab27.313559.8902-67.2749

#570bab color RGB value is (87,11,171).

#570bab hex color red value is 87, green value is 11 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #570bab hue: 0.75 , saturation: 0.88 and the lightness value of 570bab is 0.36.

The process color (four color CMYK) of #570bab color hex is 0.49, 0.94, 0.00, 0.33. Web safe color of #570bab is #660099. Color #570bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001011 10101011
Octal 127 13 253
Decimal 87 11 171
Hex 57 B AB

RGB Percentages of Color #570bab

%32.34
%4.09
%63.57

CMYK Percentages of Color #570bab

%49
%94
%0
%33

Triadic Colors of #570bab

#570bab #ab570b #0bab57

Analogous Colors of #570bab

#570bab #a70bab #0b0fab

Monochromatic Colors of #570bab

#570bab

Complementary Color

#570bab #5fab0b

#570bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#570bab Color CSS Codes

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

#570bab Text Font Color

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

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


#570bab Background Color

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

This div background color is #570bab


#570bab Border Color

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

This div border color is #570bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570bab


Comments

No comments written yet.

Please login to write comment.