Color Hex Logo

#570abf Color Hex

#570ABF
(87,10,191)
0 Favorites   0 Comments

Color spaces of #570abf

RGB 8710191
HSL0.740.900.39
HSV266°95°75°
CMYK 0.540.950.00   0.25
XYZ13.44306.004949.7408
Yxy6.00490.19430.0868
Hunter Lab24.504955.0387-103.1953
CIE-Lab29.424864.7123-75.7145

#570abf color RGB value is (87,10,191).

#570abf hex color red value is 87, green value is 10 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #570abf hue: 0.74 , saturation: 0.90 and the lightness value of 570abf is 0.39.

The process color (four color CMYK) of #570abf color hex is 0.54, 0.95, 0.00, 0.25. Web safe color of #570abf is #6600cc. Color #570abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001010 10111111
Octal 127 12 277
Decimal 87 10 191
Hex 57 A BF

RGB Percentages of Color #570abf

%30.21
%3.47
%66.32

CMYK Percentages of Color #570abf

%54
%95
%0
%25

Triadic Colors of #570abf

#570abf #bf570a #0abf57

Analogous Colors of #570abf

#570abf #b20abf #0a17bf

Monochromatic Colors of #570abf

#570abf

Complementary Color

#570abf #72bf0a

#570abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#570abf Color CSS Codes

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

#570abf Text Font Color

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

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


#570abf Background Color

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

This div background color is #570abf


#570abf Border Color

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

This div border color is #570abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570abf


Comments

No comments written yet.

Please login to write comment.