Color Hex Logo

#e480ff Color Hex

#E480FF
(228,128,255)
0 Favorites   0 Comments

Color spaces of #e480ff

RGB 228128255
HSL0.801.000.75
HSV287°50°100°
CMYK 0.110.500.00   0.00
XYZ57.764139.152399.1204
Yxy39.15230.29470.1997
Hunter Lab62.571855.2843-50.1214
CIE-Lab68.861457.7405-47.5216

#e480ff color RGB value is (228,128,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000000 11111111
Octal 344 200 377
Decimal 228 128 255
Hex E4 80 FF

RGB Percentages of Color #e480ff

%37.32
%20.95
%41.73

CMYK Percentages of Color #e480ff

%11
%50
%0
%0

Triadic Colors of #e480ff

#e480ff #ffe480 #80ffe4

Analogous Colors of #e480ff

#e480ff #ff80db #a580ff

Monochromatic Colors of #e480ff

#e480ff

Complementary Color

#e480ff #9bff80

#e480ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e480ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e480ff Color CSS Codes

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

#e480ff Text Font Color

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

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


#e480ff Background Color

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

This div background color is #e480ff


#e480ff Border Color

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

This div border color is #e480ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,128,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e480ff

#e480ff Color Palettes


Comments

No comments written yet.

Please login to write comment.