Color Hex Logo

#570aec Color Hex

#570AEC
(87,10,236)
0 Favorites   0 Comments

Color spaces of #570aec

RGB 8710236
HSL0.720.920.48
HSV260°96°93°
CMYK 0.630.960.00   0.07
XYZ19.17938.299479.9480
Yxy8.29940.17850.0773
Hunter Lab28.808768.4207-144.3717
CIE-Lab34.598875.1720-93.1922

#570aec color RGB value is (87,10,236).

#570aec hex color red value is 87, green value is 10 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #570aec hue: 0.72 , saturation: 0.92 and the lightness value of 570aec is 0.48.

The process color (four color CMYK) of #570aec color hex is 0.63, 0.96, 0.00, 0.07. Web safe color of #570aec is #6600ff. Color #570aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001010 11101100
Octal 127 12 354
Decimal 87 10 236
Hex 57 A EC

RGB Percentages of Color #570aec

%26.13
%3.00
%70.87

CMYK Percentages of Color #570aec

%63
%96
%0
%7

Triadic Colors of #570aec

#570aec #ec570a #0aec57

Analogous Colors of #570aec

#570aec #c80aec #0a2eec

Monochromatic Colors of #570aec

#570aec

Complementary Color

#570aec #9fec0a

#570aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#570aec Color CSS Codes

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

#570aec Text Font Color

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

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


#570aec Background Color

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

This div background color is #570aec


#570aec Border Color

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

This div border color is #570aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570aec


Comments

No comments written yet.

Please login to write comment.