Color Hex Logo

#e490de Color Hex

#E490DE
(228,144,222)
0 Favorites   0 Comments

Color spaces of #e490de

RGB 228144222
HSL0.850.610.73
HSV304°37°89°
CMYK 0.000.370.03   0.11
XYZ55.153041.714474.2520
Yxy41.71440.32230.2438
Hunter Lab64.586739.4012-22.9520
CIE-Lab70.673643.4495-26.6034

#e490de color RGB value is (228,144,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010000 11011110
Octal 344 220 336
Decimal 228 144 222
Hex E4 90 DE

RGB Percentages of Color #e490de

%38.38
%24.24
%37.37

CMYK Percentages of Color #e490de

%0
%37
%3
%11

Triadic Colors of #e490de

#e490de #dee490 #90dee4

Analogous Colors of #e490de

#e490de #e490b4 #c090e4

Monochromatic Colors of #e490de

#e490de

Complementary Color

#e490de #90e496

#e490de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e490de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e490de Color CSS Codes

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

#e490de Text Font Color

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

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


#e490de Background Color

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

This div background color is #e490de


#e490de Border Color

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

This div border color is #e490de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e490de


Comments

No comments written yet.

Please login to write comment.