Color Hex Logo

#e480eb Color Hex

#E480EB
(228,128,235)
0 Favorites   0 Comments

Color spaces of #e480eb

RGB 228128235
HSL0.820.730.71
HSV296°46°92°
CMYK 0.030.460.00   0.08
XYZ54.709537.930583.0351
Yxy37.93050.31140.2159
Hunter Lab61.587750.7862-36.8258
CIE-Lab67.969453.9847-37.9499

#e480eb color RGB value is (228,128,235).

#e480eb hex color red value is 228, green value is 128 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e480eb hue: 0.82 , saturation: 0.73 and the lightness value of e480eb is 0.71.

The process color (four color CMYK) of #e480eb color hex is 0.03, 0.46, 0.00, 0.08. Web safe color of #e480eb is #cc99ff. Color #e480eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000000 11101011
Octal 344 200 353
Decimal 228 128 235
Hex E4 80 EB

RGB Percentages of Color #e480eb

%38.58
%21.66
%39.76

CMYK Percentages of Color #e480eb

%3
%46
%0
%8

Triadic Colors of #e480eb

#e480eb #ebe480 #80ebe4

Analogous Colors of #e480eb

#e480eb #eb80bd #af80eb

Monochromatic Colors of #e480eb

#e480eb

Complementary Color

#e480eb #87eb80

#e480eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e480eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e480eb Color CSS Codes

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

#e480eb Text Font Color

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

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


#e480eb Background Color

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

This div background color is #e480eb


#e480eb Border Color

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

This div border color is #e480eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e480eb


Comments

No comments written yet.

Please login to write comment.