Color Hex Logo

#e480fe Color Hex

#E480FE
(228,128,254)
0 Favorites   0 Comments

Color spaces of #e480fe

RGB 228128254
HSL0.800.980.75
HSV288°50°100°
CMYK 0.100.500.00   0.00
XYZ57.603539.088198.2746
Yxy39.08810.29550.2005
Hunter Lab62.520555.0509-49.4323
CIE-Lab68.815057.5476-47.0487

#e480fe color RGB value is (228,128,254).

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

The process color (four color CMYK) of #e480fe color hex is 0.10, 0.50, 0.00, 0.00. Web safe color of #e480fe is #cc99ff. Color #e480fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000000 11111110
Octal 344 200 376
Decimal 228 128 254
Hex E4 80 FE

RGB Percentages of Color #e480fe

%37.38
%20.98
%41.64

CMYK Percentages of Color #e480fe

%10
%50
%0
%0

Triadic Colors of #e480fe

#e480fe #fee480 #80fee4

Analogous Colors of #e480fe

#e480fe #fe80d9 #a580fe

Monochromatic Colors of #e480fe

#e480fe

Complementary Color

#e480fe #9afe80

#e480fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e480fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e480fe Color CSS Codes

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

#e480fe Text Font Color

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

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


#e480fe Background Color

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

This div background color is #e480fe


#e480fe Border Color

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

This div border color is #e480fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e480fe

Related Colors


Comments

No comments written yet.

Please login to write comment.