Color Hex Logo

#e041fc Color Hex

#E041FC
(224,65,252)
0 Favorites   0 Comments

Color spaces of #e041fc

RGB 22465252
HSL0.810.970.62
HSV291°74°99°
CMYK 0.110.740.00   0.01
XYZ50.201526.656294.5947
Yxy26.65620.29280.1555
Hunter Lab51.629683.2106-72.4891
CIE-Lab58.654782.3811-62.1232

#e041fc color RGB value is (224,65,252).

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

The process color (four color CMYK) of #e041fc color hex is 0.11, 0.74, 0.00, 0.01. Web safe color of #e041fc is #cc33ff. Color #e041fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000001 11111100
Octal 340 101 374
Decimal 224 65 252
Hex E0 41 FC

RGB Percentages of Color #e041fc

%41.40
%12.01
%46.58

CMYK Percentages of Color #e041fc

%11
%74
%0
%1

Triadic Colors of #e041fc

#e041fc #fce041 #41fce0

Analogous Colors of #e041fc

#e041fc #fc41bb #8341fc

Monochromatic Colors of #e041fc

#e041fc

Complementary Color

#e041fc #5dfc41

#e041fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e041fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e041fc Color CSS Codes

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

#e041fc Text Font Color

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

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


#e041fc Background Color

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

This div background color is #e041fc


#e041fc Border Color

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

This div border color is #e041fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e041fc


Comments

No comments written yet.

Please login to write comment.