Color Hex Logo

#e80fdf Color Hex

#E80FDF
(232,15,223)
0 Favorites   0 Comments

Color spaces of #e80fdf

RGB 23215223
HSL0.840.880.48
HSV302°94°91°
CMYK 0.000.940.04   0.09
XYZ46.768822.825271.7527
Yxy22.82520.33090.1615
Hunter Lab47.775791.1304-55.6026
CIE-Lab54.891889.1701-51.8155

#e80fdf color RGB value is (232,15,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001111 11011111
Octal 350 17 337
Decimal 232 15 223
Hex E8 F DF

RGB Percentages of Color #e80fdf

%49.36
%3.19
%47.45

CMYK Percentages of Color #e80fdf

%0
%94
%4
%9

Triadic Colors of #e80fdf

#e80fdf #dfe80f #0fdfe8

Analogous Colors of #e80fdf

#e80fdf #e80f73 #850fe8

Monochromatic Colors of #e80fdf

#e80fdf

Complementary Color

#e80fdf #0fe818

#e80fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80fdf Color CSS Codes

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

#e80fdf Text Font Color

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

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


#e80fdf Background Color

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

This div background color is #e80fdf


#e80fdf Border Color

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

This div border color is #e80fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80fdf


Comments

No comments written yet.

Please login to write comment.