Color Hex Logo

#e070fe Color Hex

#E070FE
(224,112,254)
0 Favorites   0 Comments

Color spaces of #e070fe

RGB 224112254
HSL0.800.990.72
HSV287°56°100°
CMYK 0.120.560.00   0.00
XYZ54.424034.591497.5743
Yxy34.59140.29170.1854
Hunter Lab58.814562.2498-57.1931
CIE-Lab65.429364.2085-52.4260

#e070fe color RGB value is (224,112,254).

#e070fe hex color red value is 224, green value is 112 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e070fe hue: 0.80 , saturation: 0.99 and the lightness value of e070fe is 0.72.

The process color (four color CMYK) of #e070fe color hex is 0.12, 0.56, 0.00, 0.00. Web safe color of #e070fe is #cc66ff. Color #e070fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110000 11111110
Octal 340 160 376
Decimal 224 112 254
Hex E0 70 FE

RGB Percentages of Color #e070fe

%37.97
%18.98
%43.05

CMYK Percentages of Color #e070fe

%12
%56
%0
%0

Triadic Colors of #e070fe

#e070fe #fee070 #70fee0

Analogous Colors of #e070fe

#e070fe #fe70d5 #9970fe

Monochromatic Colors of #e070fe

#e070fe

Complementary Color

#e070fe #8efe70

#e070fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e070fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e070fe Color CSS Codes

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

#e070fe Text Font Color

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

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


#e070fe Background Color

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

This div background color is #e070fe


#e070fe Border Color

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

This div border color is #e070fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,112,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e070fe


Comments

No comments written yet.

Please login to write comment.