Color Hex Logo

#570fab Color Hex

#570FAB
(87,15,171)
0 Favorites   0 Comments

Color spaces of #570fab

RGB 8715171
HSL0.740.840.36
HSV268°91°67°
CMYK 0.490.910.00   0.33
XYZ11.45205.308238.9491
Yxy5.30820.20560.0953
Hunter Lab23.039548.4058-84.1041
CIE-Lab27.595459.0438-66.8097

#570fab color RGB value is (87,15,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001111 10101011
Octal 127 17 253
Decimal 87 15 171
Hex 57 F AB

RGB Percentages of Color #570fab

%31.87
%5.49
%62.64

CMYK Percentages of Color #570fab

%49
%91
%0
%33

Triadic Colors of #570fab

#570fab #ab570f #0fab57

Analogous Colors of #570fab

#570fab #a50fab #0f15ab

Monochromatic Colors of #570fab

#570fab

Complementary Color

#570fab #63ab0f

#570fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#570fab Color CSS Codes

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

#570fab Text Font Color

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

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


#570fab Background Color

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

This div background color is #570fab


#570fab Border Color

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

This div border color is #570fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570fab


Comments

No comments written yet.

Please login to write comment.