Color Hex Logo

#e991df Color Hex

#E991DF
(233,145,223)
0 Favorites   0 Comments

Color spaces of #e991df

RGB 233145223
HSL0.850.670.74
HSV307°38°91°
CMYK 0.000.380.04   0.09
XYZ57.049042.902175.0862
Yxy42.90210.32590.2451
Hunter Lab65.499740.8457-22.1179
CIE-Lab71.488544.6621-25.8551

#e991df color RGB value is (233,145,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010001 11011111
Octal 351 221 337
Decimal 233 145 223
Hex E9 91 DF

RGB Percentages of Color #e991df

%38.77
%24.13
%37.10

CMYK Percentages of Color #e991df

%0
%38
%4
%9

Triadic Colors of #e991df

#e991df #dfe991 #91dfe9

Analogous Colors of #e991df

#e991df #e991b3 #c791e9

Monochromatic Colors of #e991df

#e991df

Complementary Color

#e991df #91e99b

#e991df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e991df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e991df Color CSS Codes

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

#e991df Text Font Color

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

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


#e991df Background Color

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

This div background color is #e991df


#e991df Border Color

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

This div border color is #e991df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e991df


Comments

No comments written yet.

Please login to write comment.