Color Hex Logo

#e480af Color Hex

#E480AF
(228,128,175)
0 Favorites   0 Comments

Color spaces of #e480af

RGB 228128175
HSL0.920.650.70
HSV332°44°89°
CMYK 0.000.440.23   0.11
XYZ47.451935.027544.8174
Yxy35.02750.37280.2752
Hunter Lab59.184039.5436-3.4688
CIE-Lab65.770144.1937-7.7906

#e480af color RGB value is (228,128,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000000 10101111
Octal 344 200 257
Decimal 228 128 175
Hex E4 80 AF

RGB Percentages of Color #e480af

%42.94
%24.11
%32.96

CMYK Percentages of Color #e480af

%0
%44
%23
%11

Triadic Colors of #e480af

#e480af #afe480 #80afe4

Analogous Colors of #e480af

#e480af #e48380 #e480e1

Monochromatic Colors of #e480af

#e480af

Complementary Color

#e480af #80e4b5

#e480af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e480af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e480af Color CSS Codes

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

#e480af Text Font Color

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

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


#e480af Background Color

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

This div background color is #e480af


#e480af Border Color

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

This div border color is #e480af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e480af


Comments

No comments written yet.

Please login to write comment.