Color Hex Logo

#e885df Color Hex

#E885DF
(232,133,223)
0 Favorites   0 Comments

Color spaces of #e885df

RGB 232133223
HSL0.850.680.72
HSV305°43°91°
CMYK 0.000.430.04   0.09
XYZ54.985539.258674.4916
Yxy39.25860.32590.2327
Hunter Lab62.656746.9967-26.6293
CIE-Lab68.938250.5070-29.7846

#e885df color RGB value is (232,133,223).

#e885df hex color red value is 232, green value is 133 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e885df hue: 0.85 , saturation: 0.68 and the lightness value of e885df is 0.72.

The process color (four color CMYK) of #e885df color hex is 0.00, 0.43, 0.04, 0.09. Web safe color of #e885df is #ff99cc. Color #e885df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000101 11011111
Octal 350 205 337
Decimal 232 133 223
Hex E8 85 DF

RGB Percentages of Color #e885df

%39.46
%22.62
%37.93

CMYK Percentages of Color #e885df

%0
%43
%4
%9

Triadic Colors of #e885df

#e885df #dfe885 #85dfe8

Analogous Colors of #e885df

#e885df #e885ae #c085e8

Monochromatic Colors of #e885df

#e885df

Complementary Color

#e885df #85e88e

#e885df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e885df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e885df Color CSS Codes

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

#e885df Text Font Color

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

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


#e885df Background Color

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

This div background color is #e885df


#e885df Border Color

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

This div border color is #e885df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e885df


Comments

No comments written yet.

Please login to write comment.