Color Hex Logo

#e890df Color Hex

#E890DF
(232,144,223)
0 Favorites   0 Comments

Color spaces of #e890df

RGB 232144223
HSL0.850.660.74
HSV306°38°91°
CMYK 0.000.380.04   0.09
XYZ56.571342.430075.0202
Yxy42.43000.32510.2438
Hunter Lab65.138341.0316-22.6878
CIE-Lab71.166444.8699-26.3587

#e890df color RGB value is (232,144,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010000 11011111
Octal 350 220 337
Decimal 232 144 223
Hex E8 90 DF

RGB Percentages of Color #e890df

%38.73
%24.04
%37.23

CMYK Percentages of Color #e890df

%0
%38
%4
%9

Triadic Colors of #e890df

#e890df #dfe890 #90dfe8

Analogous Colors of #e890df

#e890df #e890b3 #c590e8

Monochromatic Colors of #e890df

#e890df

Complementary Color

#e890df #90e899

#e890df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e890df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e890df Color CSS Codes

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

#e890df Text Font Color

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

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


#e890df Background Color

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

This div background color is #e890df


#e890df Border Color

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

This div border color is #e890df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e890df


Comments

No comments written yet.

Please login to write comment.