Color Hex Logo

#e041fa Color Hex

#E041FA
(224,65,250)
0 Favorites   0 Comments

Color spaces of #e041fa

RGB 22465250
HSL0.810.950.62
HSV292°74°98°
CMYK 0.100.740.00   0.02
XYZ49.886126.530092.9340
Yxy26.53000.29460.1567
Hunter Lab51.507382.7440-70.9212
CIE-Lab58.536782.0415-61.2033

#e041fa color RGB value is (224,65,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000001 11111010
Octal 340 101 372
Decimal 224 65 250
Hex E0 41 FA

RGB Percentages of Color #e041fa

%41.56
%12.06
%46.38

CMYK Percentages of Color #e041fa

%10
%74
%0
%2

Triadic Colors of #e041fa

#e041fa #fae041 #41fae0

Analogous Colors of #e041fa

#e041fa #fa41b8 #8441fa

Monochromatic Colors of #e041fa

#e041fa

Complementary Color

#e041fa #5bfa41

#e041fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e041fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e041fa Color CSS Codes

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

#e041fa Text Font Color

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

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


#e041fa Background Color

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

This div background color is #e041fa


#e041fa Border Color

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

This div border color is #e041fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e041fa


Comments

No comments written yet.

Please login to write comment.