Color Hex Logo

#e471fe Color Hex

#E471FE
(228,113,254)
0 Favorites   0 Comments

Color spaces of #e471fe

RGB 228113254
HSL0.800.990.72
HSV289°56°100°
CMYK 0.100.560.00   0.00
XYZ55.789435.460097.6700
Yxy35.46000.29530.1877
Hunter Lab59.548363.0229-55.5625
CIE-Lab66.105264.7384-51.3236

#e471fe color RGB value is (228,113,254).

#e471fe hex color red value is 228, green value is 113 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e471fe hue: 0.80 , saturation: 0.99 and the lightness value of e471fe is 0.72.

The process color (four color CMYK) of #e471fe color hex is 0.10, 0.56, 0.00, 0.00. Web safe color of #e471fe is #cc66ff. Color #e471fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110001 11111110
Octal 344 161 376
Decimal 228 113 254
Hex E4 71 FE

RGB Percentages of Color #e471fe

%38.32
%18.99
%42.69

CMYK Percentages of Color #e471fe

%10
%56
%0
%0

Triadic Colors of #e471fe

#e471fe #fee471 #71fee4

Analogous Colors of #e471fe

#e471fe #fe71d2 #9e71fe

Monochromatic Colors of #e471fe

#e471fe

Complementary Color

#e471fe #8bfe71

#e471fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e471fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e471fe Color CSS Codes

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

#e471fe Text Font Color

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

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


#e471fe Background Color

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

This div background color is #e471fe


#e471fe Border Color

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

This div border color is #e471fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e471fe


Comments

No comments written yet.

Please login to write comment.