Color Hex Logo

#e01dfe Color Hex

#E01DFE
(224,29,254)
0 Favorites   0 Comments

Color spaces of #e01dfe

RGB 22429254
HSL0.810.990.55
HSV292°89°100°
CMYK 0.120.890.00   0.00
XYZ49.069223.881895.7893
Yxy23.88180.29080.1415
Hunter Lab48.869093.7105-82.0074
CIE-Lab55.969390.8946-67.5534

#e01dfe color RGB value is (224,29,254).

#e01dfe hex color red value is 224, green value is 29 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e01dfe hue: 0.81 , saturation: 0.99 and the lightness value of e01dfe is 0.55.

The process color (four color CMYK) of #e01dfe color hex is 0.12, 0.89, 0.00, 0.00. Web safe color of #e01dfe is #cc33ff. Color #e01dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011101 11111110
Octal 340 35 376
Decimal 224 29 254
Hex E0 1D FE

RGB Percentages of Color #e01dfe

%44.18
%5.72
%50.10

CMYK Percentages of Color #e01dfe

%12
%89
%0
%0

Triadic Colors of #e01dfe

#e01dfe #fee01d #1dfee0

Analogous Colors of #e01dfe

#e01dfe #fe1dac #701dfe

Monochromatic Colors of #e01dfe

#e01dfe

Complementary Color

#e01dfe #3bfe1d

#e01dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01dfe Color CSS Codes

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

#e01dfe Text Font Color

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

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


#e01dfe Background Color

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

This div background color is #e01dfe


#e01dfe Border Color

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

This div border color is #e01dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01dfe


Comments

No comments written yet.

Please login to write comment.