Color Hex Logo

#e491dc Color Hex

#E491DC
(228,145,220)
0 Favorites   0 Comments

Color spaces of #e491dc

RGB 228145220
HSL0.850.610.73
HSV306°36°89°
CMYK 0.000.360.04   0.11
XYZ55.038641.912172.8991
Yxy41.91210.32400.2468
Hunter Lab64.739638.4583-21.4450
CIE-Lab70.810342.5717-25.2919

#e491dc color RGB value is (228,145,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010001 11011100
Octal 344 221 334
Decimal 228 145 220
Hex E4 91 DC

RGB Percentages of Color #e491dc

%38.45
%24.45
%37.10

CMYK Percentages of Color #e491dc

%0
%36
%4
%11

Triadic Colors of #e491dc

#e491dc #dce491 #91dce4

Analogous Colors of #e491dc

#e491dc #e491b3 #c391e4

Monochromatic Colors of #e491dc

#e491dc

Complementary Color

#e491dc #91e499

#e491dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e491dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e491dc Color CSS Codes

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

#e491dc Text Font Color

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

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


#e491dc Background Color

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

This div background color is #e491dc


#e491dc Border Color

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

This div border color is #e491dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,145,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e491dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e491dc


Comments

No comments written yet.

Please login to write comment.