Color Hex Logo

#e570fb Color Hex

#E570FB
(229,112,251)
0 Favorites   0 Comments

Color spaces of #e570fb

RGB 229112251
HSL0.810.950.71
HSV291°55°98°
CMYK 0.090.550.00   0.02
XYZ55.519935.211495.1370
Yxy35.21140.29870.1894
Hunter Lab59.339263.1675-53.5207
CIE-Lab65.912964.8922-49.9731

#e570fb color RGB value is (229,112,251).

#e570fb hex color red value is 229, green value is 112 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e570fb hue: 0.81 , saturation: 0.95 and the lightness value of e570fb is 0.71.

The process color (four color CMYK) of #e570fb color hex is 0.09, 0.55, 0.00, 0.02. Web safe color of #e570fb is #cc66ff. Color #e570fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110000 11111011
Octal 345 160 373
Decimal 229 112 251
Hex E5 70 FB

RGB Percentages of Color #e570fb

%38.68
%18.92
%42.40

CMYK Percentages of Color #e570fb

%9
%55
%0
%2

Triadic Colors of #e570fb

#e570fb #fbe570 #70fbe5

Analogous Colors of #e570fb

#e570fb #fb70cc #a070fb

Monochromatic Colors of #e570fb

#e570fb

Complementary Color

#e570fb #86fb70

#e570fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e570fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e570fb Color CSS Codes

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

#e570fb Text Font Color

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

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


#e570fb Background Color

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

This div background color is #e570fb


#e570fb Border Color

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

This div border color is #e570fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,112,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e570fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e570fb;
  -webkit-box-shadow: 1px 1px 3px 2px #e570fb;
  box-shadow:         1px 1px 3px 2px #e570fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,112,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 #e570fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e570fb


Comments

No comments written yet.

Please login to write comment.