Color Hex Logo

#570efb Color Hex

#570EFB
(87,14,251)
0 Favorites   0 Comments

Color spaces of #570efb

RGB 8714251
HSL0.720.970.52
HSV258°94°98°
CMYK 0.650.940.00   0.02
XYZ21.50019.305391.9297
Yxy9.30530.17520.0758
Hunter Lab30.504672.4265-157.3252
CIE-Lab36.565678.0762-98.3988

#570efb color RGB value is (87,14,251).

#570efb hex color red value is 87, green value is 14 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #570efb hue: 0.72 , saturation: 0.97 and the lightness value of 570efb is 0.52.

The process color (four color CMYK) of #570efb color hex is 0.65, 0.94, 0.00, 0.02. Web safe color of #570efb is #6600ff. Color #570efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001110 11111011
Octal 127 16 373
Decimal 87 14 251
Hex 57 E FB

RGB Percentages of Color #570efb

%24.72
%3.98
%71.31

CMYK Percentages of Color #570efb

%65
%94
%0
%2

Triadic Colors of #570efb

#570efb #fb570e #0efb57

Analogous Colors of #570efb

#570efb #ce0efb #0e3cfb

Monochromatic Colors of #570efb

#570efb

Complementary Color

#570efb #b2fb0e

#570efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#570efb Color CSS Codes

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

#570efb Text Font Color

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

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


#570efb Background Color

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

This div background color is #570efb


#570efb Border Color

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

This div border color is #570efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570efb

Related Colors


Comments

No comments written yet.

Please login to write comment.