color codes Logo

#e048fe color codes

#E048FE
(224,72,254)
0 Favorites   0 Comments

Color spaces of #e048fe

RGB 22472254
HSL0.810.990.64
HSV290°72°100°
CMYK 0.120.720.00   0.00
XYZ50.947227.637896.4153
Yxy27.63780.29110.1579
Hunter Lab52.571780.9839-71.9364
CIE-Lab59.560180.4701-61.7788

#e048fe color RGB value is (224,72,254).

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

The process color (four color CMYK) of #e048fe color code is 0.12, 0.72, 0.00, 0.00. Web safe color of #e048fe is #cc33ff. Color #e048fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001000 11111110
Octal 340 110 376
Decimal 224 72 254
Hex E0 48 FE

RGB Percentages of Color #e048fe

%40.73
%13.09
%46.18

CMYK Percentages of Color #e048fe

%12
%72
%0
%0

Triadic Colors of #e048fe

#e048fe #fee048 #48fee0

Analogous Colors of #e048fe

#e048fe #fe48c1 #8548fe

Monochromatic Colors of #e048fe

#e048fe

Complementary Color

#e048fe #66fe48

#e048fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e048fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e048fe Color CSS Codes

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

#e048fe Text Font Color

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

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


#e048fe Background Color

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

This div background color is #e048fe


#e048fe Border Color

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

This div border color is #e048fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e048fe

Related Colors


Comments

No comments written yet.

Please login to write comment.