Color Hex Logo

#e490dc Color Hex

#E490DC
(228,144,220)
0 Favorites   0 Comments

Color spaces of #e490dc

RGB 228144220
HSL0.850.610.73
HSV306°37°89°
CMYK 0.000.370.04   0.11
XYZ54.886441.607872.8484
Yxy41.60780.32410.2457
Hunter Lab64.504139.0031-21.8069
CIE-Lab70.599743.0949-25.6145

#e490dc color RGB value is (228,144,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010000 11011100
Octal 344 220 334
Decimal 228 144 220
Hex E4 90 DC

RGB Percentages of Color #e490dc

%38.51
%24.32
%37.16

CMYK Percentages of Color #e490dc

%0
%37
%4
%11

Triadic Colors of #e490dc

#e490dc #dce490 #90dce4

Analogous Colors of #e490dc

#e490dc #e490b2 #c290e4

Monochromatic Colors of #e490dc

#e490dc

Complementary Color

#e490dc #90e498

#e490dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e490dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e490dc Color CSS Codes

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

#e490dc Text Font Color

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

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


#e490dc Background Color

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

This div background color is #e490dc


#e490dc Border Color

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

This div border color is #e490dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e490dc

#e490dc Color Palettes


Comments

No comments written yet.

Please login to write comment.