Color Hex Logo

#e491df Color Hex

#E491DF
(228,145,223)
0 Favorites   0 Comments

Color spaces of #e491df

RGB 228145223
HSL0.840.610.73
HSV304°36°89°
CMYK 0.000.360.02   0.11
XYZ55.439642.072575.0109
Yxy42.07250.32130.2439
Hunter Lab64.863339.0557-23.1613
CIE-Lab70.920943.1046-26.7747

#e491df color RGB value is (228,145,223).

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

The process color (four color CMYK) of #e491df color hex is 0.00, 0.36, 0.02, 0.11. Web safe color of #e491df is #cc99cc. Color #e491df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010001 11011111
Octal 344 221 337
Decimal 228 145 223
Hex E4 91 DF

RGB Percentages of Color #e491df

%38.26
%24.33
%37.42

CMYK Percentages of Color #e491df

%0
%36
%2
%11

Triadic Colors of #e491df

#e491df #dfe491 #91dfe4

Analogous Colors of #e491df

#e491df #e491b6 #c091e4

Monochromatic Colors of #e491df

#e491df

Complementary Color

#e491df #91e496

#e491df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e491df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e491df Color CSS Codes

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

#e491df Text Font Color

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

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


#e491df Background Color

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

This div background color is #e491df


#e491df Border Color

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

This div border color is #e491df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e491df


Comments

No comments written yet.

Please login to write comment.