Color Hex Logo

#e070ff Color Hex

#E070FF
(224,112,255)
2 Favorites   0 Comments

Color spaces of #e070ff

RGB 224112255
HSL0.801.000.72
HSV287°56°100°
CMYK 0.120.560.00   0.00
XYZ54.584634.655698.4200
Yxy34.65560.29090.1847
Hunter Lab58.869062.4882-57.9155
CIE-Lab65.479664.3995-52.8947

#e070ff color RGB value is (224,112,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110000 11111111
Octal 340 160 377
Decimal 224 112 255
Hex E0 70 FF

RGB Percentages of Color #e070ff

%37.90
%18.95
%43.15

CMYK Percentages of Color #e070ff

%12
%56
%0
%0

Triadic Colors of #e070ff

#e070ff #ffe070 #70ffe0

Analogous Colors of #e070ff

#e070ff #ff70d7 #9970ff

Monochromatic Colors of #e070ff

#e070ff

Complementary Color

#e070ff #8fff70

#e070ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e070ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e070ff Color CSS Codes

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

#e070ff Text Font Color

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

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


#e070ff Background Color

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

This div background color is #e070ff


#e070ff Border Color

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

This div border color is #e070ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e070ff

Related Colors

#e070ff Color Palettes


Comments

No comments written yet.

Please login to write comment.