Color Hex Logo

#e980ff Color Hex

#E980FF
(233,128,255)
0 Favorites   0 Comments

Color spaces of #e980ff

RGB 233128255
HSL0.801.000.75
HSV290°50°100°
CMYK 0.090.500.00   0.00
XYZ59.373439.982099.1957
Yxy39.98200.29900.2014
Hunter Lab63.231356.9544-48.7507
CIE-Lab69.456759.0718-46.5444

#e980ff color RGB value is (233,128,255).

#e980ff hex color red value is 233, green value is 128 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e980ff hue: 0.80 , saturation: 1.00 and the lightness value of e980ff is 0.75.

The process color (four color CMYK) of #e980ff color hex is 0.09, 0.50, 0.00, 0.00. Web safe color of #e980ff is #ff99ff. Color #e980ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000000 11111111
Octal 351 200 377
Decimal 233 128 255
Hex E9 80 FF

RGB Percentages of Color #e980ff

%37.82
%20.78
%41.40

CMYK Percentages of Color #e980ff

%9
%50
%0
%0

Triadic Colors of #e980ff

#e980ff #ffe980 #80ffe9

Analogous Colors of #e980ff

#e980ff #ff80d6 #aa80ff

Monochromatic Colors of #e980ff

#e980ff

Complementary Color

#e980ff #96ff80

#e980ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e980ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e980ff Color CSS Codes

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

#e980ff Text Font Color

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

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


#e980ff Background Color

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

This div background color is #e980ff


#e980ff Border Color

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

This div border color is #e980ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e980ff


Comments

No comments written yet.

Please login to write comment.