Color Hex Logo

#e480df Color Hex

#E480DF
(228,128,223)
0 Favorites   0 Comments

Color spaces of #e480df

RGB 228128223
HSL0.840.650.70
HSV303°44°89°
CMYK 0.000.440.02   0.11
XYZ53.033437.260074.2088
Yxy37.26000.32240.2265
Hunter Lab61.041048.2620-29.3514
CIE-Lab67.471651.8385-32.0898

#e480df color RGB value is (228,128,223).

#e480df hex color red value is 228, green value is 128 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e480df hue: 0.84 , saturation: 0.65 and the lightness value of e480df is 0.70.

The process color (four color CMYK) of #e480df color hex is 0.00, 0.44, 0.02, 0.11. Web safe color of #e480df is #cc99cc. Color #e480df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000000 11011111
Octal 344 200 337
Decimal 228 128 223
Hex E4 80 DF

RGB Percentages of Color #e480df

%39.38
%22.11
%38.51

CMYK Percentages of Color #e480df

%0
%44
%2
%11

Triadic Colors of #e480df

#e480df #dfe480 #80dfe4

Analogous Colors of #e480df

#e480df #e480ad #b780e4

Monochromatic Colors of #e480df

#e480df

Complementary Color

#e480df #80e485

#e480df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e480df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e480df Color CSS Codes

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

#e480df Text Font Color

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

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


#e480df Background Color

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

This div background color is #e480df


#e480df Border Color

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

This div border color is #e480df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e480df


Comments

No comments written yet.

Please login to write comment.