Color Hex Logo

#e051df Color Hex

#E051DF
(224,81,223)
0 Favorites   0 Comments

Color spaces of #e051df

RGB 22481223
HSL0.830.700.60
HSV300°64°88°
CMYK 0.000.640.00   0.12
XYZ47.002227.059972.5578
Yxy27.05990.32060.1846
Hunter Lab52.019170.2513-46.2860
CIE-Lab59.029771.9899-45.3297

#e051df color RGB value is (224,81,223).

#e051df hex color red value is 224, green value is 81 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e051df hue: 0.83 , saturation: 0.70 and the lightness value of e051df is 0.60.

The process color (four color CMYK) of #e051df color hex is 0.00, 0.64, 0.00, 0.12. Web safe color of #e051df is #cc66cc. Color #e051df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010001 11011111
Octal 340 121 337
Decimal 224 81 223
Hex E0 51 DF

RGB Percentages of Color #e051df

%42.42
%15.34
%42.23

CMYK Percentages of Color #e051df

%0
%64
%0
%12

Triadic Colors of #e051df

#e051df #dfe051 #51dfe0

Analogous Colors of #e051df

#e051df #e05198 #9a51e0

Monochromatic Colors of #e051df

#e051df

Complementary Color

#e051df #51e052

#e051df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e051df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e051df Color CSS Codes

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

#e051df Text Font Color

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

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


#e051df Background Color

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

This div background color is #e051df


#e051df Border Color

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

This div border color is #e051df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,81,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 #e051df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e051df


Comments

No comments written yet.

Please login to write comment.