Color Hex Logo

#e034fe Color Hex

#E034FE
(224,52,254)
0 Favorites   0 Comments

Color spaces of #e034fe

RGB 22452254
HSL0.810.990.60
HSV291°80°100°
CMYK 0.120.800.00   0.00
XYZ49.857925.459096.0522
Yxy25.45900.29090.1486
Hunter Lab50.456988.0813-77.5475
CIE-Lab57.519986.3483-65.0550

#e034fe color RGB value is (224,52,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110100 11111110
Octal 340 64 376
Decimal 224 52 254
Hex E0 34 FE

RGB Percentages of Color #e034fe

%42.26
%9.81
%47.92

CMYK Percentages of Color #e034fe

%12
%80
%0
%0

Triadic Colors of #e034fe

#e034fe #fee034 #34fee0

Analogous Colors of #e034fe

#e034fe #fe34b7 #7b34fe

Monochromatic Colors of #e034fe

#e034fe

Complementary Color

#e034fe #52fe34

#e034fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e034fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e034fe Color CSS Codes

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

#e034fe Text Font Color

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

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


#e034fe Background Color

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

This div background color is #e034fe


#e034fe Border Color

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

This div border color is #e034fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e034fe


Comments

No comments written yet.

Please login to write comment.