Color Hex Logo

#e480ee Color Hex

#E480EE
(228,128,238)
0 Favorites   0 Comments

Color spaces of #e480ee

RGB 228128238
HSL0.820.760.72
HSV295°46°93°
CMYK 0.040.460.00   0.07
XYZ55.146738.105485.3374
Yxy38.10540.30880.2134
Hunter Lab61.729651.4379-38.7541
CIE-Lab68.098254.5342-39.4012

#e480ee color RGB value is (228,128,238).

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

The process color (four color CMYK) of #e480ee color hex is 0.04, 0.46, 0.00, 0.07. Web safe color of #e480ee is #cc99ff. Color #e480ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000000 11101110
Octal 344 200 356
Decimal 228 128 238
Hex E4 80 EE

RGB Percentages of Color #e480ee

%38.38
%21.55
%40.07

CMYK Percentages of Color #e480ee

%4
%46
%0
%7

Triadic Colors of #e480ee

#e480ee #eee480 #80eee4

Analogous Colors of #e480ee

#e480ee #ee80c1 #ad80ee

Monochromatic Colors of #e480ee

#e480ee

Complementary Color

#e480ee #8aee80

#e480ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e480ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e480ee Color CSS Codes

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

#e480ee Text Font Color

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

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


#e480ee Background Color

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

This div background color is #e480ee


#e480ee Border Color

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

This div border color is #e480ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e480ee


Comments

No comments written yet.

Please login to write comment.