Color Hex Logo

#e047fa Color Hex

#E047FA
(224,71,250)
0 Favorites   0 Comments

Color spaces of #e047fa

RGB 22471250
HSL0.810.950.63
HSV291°72°98°
CMYK 0.100.720.00   0.02
XYZ50.249027.255993.0550
Yxy27.25590.29460.1598
Hunter Lab52.207280.4423-69.1345
CIE-Lab59.210480.1133-60.1240

#e047fa color RGB value is (224,71,250).

#e047fa hex color red value is 224, green value is 71 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e047fa hue: 0.81 , saturation: 0.95 and the lightness value of e047fa is 0.63.

The process color (four color CMYK) of #e047fa color hex is 0.10, 0.72, 0.00, 0.02. Web safe color of #e047fa is #cc33ff. Color #e047fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000111 11111010
Octal 340 107 372
Decimal 224 71 250
Hex E0 47 FA

RGB Percentages of Color #e047fa

%41.10
%13.03
%45.87

CMYK Percentages of Color #e047fa

%10
%72
%0
%2

Triadic Colors of #e047fa

#e047fa #fae047 #47fae0

Analogous Colors of #e047fa

#e047fa #fa47bb #8747fa

Monochromatic Colors of #e047fa

#e047fa

Complementary Color

#e047fa #61fa47

#e047fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e047fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e047fa Color CSS Codes

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

#e047fa Text Font Color

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

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


#e047fa Background Color

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

This div background color is #e047fa


#e047fa Border Color

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

This div border color is #e047fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e047fa


Comments

No comments written yet.

Please login to write comment.