Color Hex Logo

#e049fa Color Hex

#E049FA
(224,73,250)
0 Favorites   0 Comments

Color spaces of #e049fa

RGB 22473250
HSL0.810.950.63
HSV291°71°98°
CMYK 0.100.710.00   0.02
XYZ50.378327.514593.0981
Yxy27.51450.29460.1609
Hunter Lab52.454379.6406-68.5125
CIE-Lab59.447679.4377-59.7445

#e049fa color RGB value is (224,73,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001001 11111010
Octal 340 111 372
Decimal 224 73 250
Hex E0 49 FA

RGB Percentages of Color #e049fa

%40.95
%13.35
%45.70

CMYK Percentages of Color #e049fa

%10
%71
%0
%2

Triadic Colors of #e049fa

#e049fa #fae049 #49fae0

Analogous Colors of #e049fa

#e049fa #fa49bc #8849fa

Monochromatic Colors of #e049fa

#e049fa

Complementary Color

#e049fa #63fa49

#e049fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e049fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e049fa Color CSS Codes

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

#e049fa Text Font Color

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

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


#e049fa Background Color

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

This div background color is #e049fa


#e049fa Border Color

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

This div border color is #e049fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e049fa


Comments

No comments written yet.

Please login to write comment.