Color Hex Logo

#e480aa Color Hex

#E480AA
(228,128,170)
0 Favorites   0 Comments

Color spaces of #e480aa

RGB 228128170
HSL0.930.650.70
HSV335°44°89°
CMYK 0.000.440.25   0.11
XYZ46.969834.834642.2784
Yxy34.83460.37850.2807
Hunter Lab59.020838.7669-1.1566
CIE-Lab65.619743.4940-5.1856

#e480aa color RGB value is (228,128,170).

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

The process color (four color CMYK) of #e480aa color hex is 0.00, 0.44, 0.25, 0.11. Web safe color of #e480aa is #cc9999. Color #e480aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000000 10101010
Octal 344 200 252
Decimal 228 128 170
Hex E4 80 AA

RGB Percentages of Color #e480aa

%43.35
%24.33
%32.32

CMYK Percentages of Color #e480aa

%0
%44
%25
%11

Triadic Colors of #e480aa

#e480aa #aae480 #80aae4

Analogous Colors of #e480aa

#e480aa #e48880 #e480dc

Monochromatic Colors of #e480aa

#e480aa

Complementary Color

#e480aa #80e4ba

#e480aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e480aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e480aa Color CSS Codes

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

#e480aa Text Font Color

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

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


#e480aa Background Color

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

This div background color is #e480aa


#e480aa Border Color

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

This div border color is #e480aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e480aa


Comments

No comments written yet.

Please login to write comment.