Color Hex Logo

#e190de Color Hex

#E190DE
(225,144,222)
0 Favorites   0 Comments

Color spaces of #e190de

RGB 225144222
HSL0.840.570.72
HSV302°36°88°
CMYK 0.000.360.01   0.12
XYZ54.209441.228074.2079
Yxy41.22800.31950.2430
Hunter Lab64.209038.3354-23.5765
CIE-Lab70.335442.5152-27.1516

#e190de color RGB value is (225,144,222).

#e190de hex color red value is 225, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e190de hue: 0.84 , saturation: 0.57 and the lightness value of e190de is 0.72.

The process color (four color CMYK) of #e190de color hex is 0.00, 0.36, 0.01, 0.12. Web safe color of #e190de is #cc99cc. Color #e190de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010000 11011110
Octal 341 220 336
Decimal 225 144 222
Hex E1 90 DE

RGB Percentages of Color #e190de

%38.07
%24.37
%37.56

CMYK Percentages of Color #e190de

%0
%36
%1
%12

Triadic Colors of #e190de

#e190de #dee190 #90dee1

Analogous Colors of #e190de

#e190de #e190b6 #bc90e1

Monochromatic Colors of #e190de

#e190de

Complementary Color

#e190de #90e193

#e190de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e190de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e190de Color CSS Codes

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

#e190de Text Font Color

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

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


#e190de Background Color

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

This div background color is #e190de


#e190de Border Color

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

This div border color is #e190de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e190de


Comments

No comments written yet.

Please login to write comment.