Color Hex Logo

#e480ef Color Hex

#E480EF
(228,128,239)
0 Favorites   0 Comments

Color spaces of #e480ef

RGB 228128239
HSL0.820.780.72
HSV294°46°94°
CMYK 0.050.460.00   0.06
XYZ55.294138.164386.1135
Yxy38.16430.30790.2125
Hunter Lab61.777351.6573-39.4023
CIE-Lab68.141554.7188-39.8838

#e480ef color RGB value is (228,128,239).

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

The process color (four color CMYK) of #e480ef color hex is 0.05, 0.46, 0.00, 0.06. Web safe color of #e480ef is #cc99ff. Color #e480ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000000 11101111
Octal 344 200 357
Decimal 228 128 239
Hex E4 80 EF

RGB Percentages of Color #e480ef

%38.32
%21.51
%40.17

CMYK Percentages of Color #e480ef

%5
%46
%0
%6

Triadic Colors of #e480ef

#e480ef #efe480 #80efe4

Analogous Colors of #e480ef

#e480ef #ef80c3 #ad80ef

Monochromatic Colors of #e480ef

#e480ef

Complementary Color

#e480ef #8bef80

#e480ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e480ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e480ef Color CSS Codes

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

#e480ef Text Font Color

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

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


#e480ef Background Color

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

This div background color is #e480ef


#e480ef Border Color

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

This div border color is #e480ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e480ef


Comments

No comments written yet.

Please login to write comment.