Color Hex Logo

#570bea Color Hex

#570BEA
(87,11,234)
0 Favorites   0 Comments

Color spaces of #570bea

RGB 8711234
HSL0.720.910.48
HSV260°95°92°
CMYK 0.630.950.00   0.08
XYZ18.90148.206178.4296
Yxy8.20610.17910.0778
Hunter Lab28.646367.6469-142.2755
CIE-Lab34.408574.5690-92.3708

#570bea color RGB value is (87,11,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001011 11101010
Octal 127 13 352
Decimal 87 11 234
Hex 57 B EA

RGB Percentages of Color #570bea

%26.20
%3.31
%70.48

CMYK Percentages of Color #570bea

%63
%95
%0
%8

Triadic Colors of #570bea

#570bea #ea570b #0bea57

Analogous Colors of #570bea

#570bea #c70bea #0b2eea

Monochromatic Colors of #570bea

#570bea

Complementary Color

#570bea #9eea0b

#570bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#570bea Color CSS Codes

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

#570bea Text Font Color

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

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


#570bea Background Color

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

This div background color is #570bea


#570bea Border Color

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

This div border color is #570bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570bea


Comments

No comments written yet.

Please login to write comment.