Color Hex Logo

#570ede Color Hex

#570EDE
(87,14,222)
0 Favorites   0 Comments

Color spaces of #570ede

RGB 8714222
HSL0.730.880.46
HSV261°94°87°
CMYK 0.610.940.00   0.13
XYZ17.27237.614269.6666
Yxy7.61420.18270.0805
Hunter Lab27.593863.4424-130.3747
CIE-Lab33.166171.2861-87.5703

#570ede color RGB value is (87,14,222).

#570ede hex color red value is 87, green value is 14 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #570ede hue: 0.73 , saturation: 0.88 and the lightness value of 570ede is 0.46.

The process color (four color CMYK) of #570ede color hex is 0.61, 0.94, 0.00, 0.13. Web safe color of #570ede is #6600cc. Color #570ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001110 11011110
Octal 127 16 336
Decimal 87 14 222
Hex 57 E DE

RGB Percentages of Color #570ede

%26.93
%4.33
%68.73

CMYK Percentages of Color #570ede

%61
%94
%0
%13

Triadic Colors of #570ede

#570ede #de570e #0ede57

Analogous Colors of #570ede

#570ede #bf0ede #0e2dde

Monochromatic Colors of #570ede

#570ede

Complementary Color

#570ede #95de0e

#570ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#570ede Color CSS Codes

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

#570ede Text Font Color

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

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


#570ede Background Color

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

This div background color is #570ede


#570ede Border Color

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

This div border color is #570ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570ede


Comments

No comments written yet.

Please login to write comment.