Color Hex Logo

#e80fde Color Hex

#E80FDE
(232,15,222)
0 Favorites   0 Comments

Color spaces of #e80fde

RGB 23215222
HSL0.840.880.48
HSV303°94°91°
CMYK 0.000.940.04   0.09
XYZ46.634422.771471.0447
Yxy22.77140.33200.1621
Hunter Lab47.719490.9325-54.8675
CIE-Lab54.836189.0319-51.3373

#e80fde color RGB value is (232,15,222).

#e80fde hex color red value is 232, green value is 15 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e80fde hue: 0.84 , saturation: 0.88 and the lightness value of e80fde is 0.48.

The process color (four color CMYK) of #e80fde color hex is 0.00, 0.94, 0.04, 0.09. Web safe color of #e80fde is #ff00cc. Color #e80fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001111 11011110
Octal 350 17 336
Decimal 232 15 222
Hex E8 F DE

RGB Percentages of Color #e80fde

%49.47
%3.20
%47.33

CMYK Percentages of Color #e80fde

%0
%94
%4
%9

Triadic Colors of #e80fde

#e80fde #dee80f #0fdee8

Analogous Colors of #e80fde

#e80fde #e80f72 #860fe8

Monochromatic Colors of #e80fde

#e80fde

Complementary Color

#e80fde #0fe819

#e80fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80fde Color CSS Codes

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

#e80fde Text Font Color

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

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


#e80fde Background Color

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

This div background color is #e80fde


#e80fde Border Color

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

This div border color is #e80fde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,15,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e80fde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e80fde;
  -webkit-box-shadow: 1px 1px 3px 2px #e80fde;
  box-shadow:         1px 1px 3px 2px #e80fde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,15,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80fde


Comments

No comments written yet.

Please login to write comment.