Color Hex Logo

#e850df Color Hex

#E850DF
(232,80,223)
0 Favorites   0 Comments

Color spaces of #e850df

RGB 23280223
HSL0.840.770.61
HSV304°66°91°
CMYK 0.000.660.04   0.09
XYZ49.466728.220872.6520
Yxy28.22080.32900.1877
Hunter Lab53.123373.2479-43.8994
CIE-Lab60.087774.2229-43.5812

#e850df color RGB value is (232,80,223).

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

The process color (four color CMYK) of #e850df color hex is 0.00, 0.66, 0.04, 0.09. Web safe color of #e850df is #ff66cc. Color #e850df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010000 11011111
Octal 350 120 337
Decimal 232 80 223
Hex E8 50 DF

RGB Percentages of Color #e850df

%43.36
%14.95
%41.68

CMYK Percentages of Color #e850df

%0
%66
%4
%9

Triadic Colors of #e850df

#e850df #dfe850 #50dfe8

Analogous Colors of #e850df

#e850df #e85093 #a550e8

Monochromatic Colors of #e850df

#e850df

Complementary Color

#e850df #50e859

#e850df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e850df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e850df Color CSS Codes

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

#e850df Text Font Color

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

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


#e850df Background Color

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

This div background color is #e850df


#e850df Border Color

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

This div border color is #e850df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e850df


Comments

No comments written yet.

Please login to write comment.