Color Hex Logo

#e070fa Color Hex

#E070FA
(224,112,250)
0 Favorites   0 Comments

Color spaces of #e070fa

RGB 224112250
HSL0.800.930.71
HSV289°55°98°
CMYK 0.100.550.00   0.02
XYZ53.790034.337894.2353
Yxy34.33780.29500.1883
Hunter Lab58.598561.3054-54.3285
CIE-Lab65.229863.4497-50.5449

#e070fa color RGB value is (224,112,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110000 11111010
Octal 340 160 372
Decimal 224 112 250
Hex E0 70 FA

RGB Percentages of Color #e070fa

%38.23
%19.11
%42.66

CMYK Percentages of Color #e070fa

%10
%55
%0
%2

Triadic Colors of #e070fa

#e070fa #fae070 #70fae0

Analogous Colors of #e070fa

#e070fa #fa70cf #9b70fa

Monochromatic Colors of #e070fa

#e070fa

Complementary Color

#e070fa #8afa70

#e070fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e070fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e070fa Color CSS Codes

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

#e070fa Text Font Color

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

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


#e070fa Background Color

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

This div background color is #e070fa


#e070fa Border Color

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

This div border color is #e070fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e070fa

Related Colors


Comments

No comments written yet.

Please login to write comment.