Color Hex Logo

#e19add Color Hex

#E19ADD
(225,154,221)
0 Favorites   0 Comments

Color spaces of #e19add

RGB 225154221
HSL0.840.540.74
HSV303°32°88°
CMYK 0.000.320.02   0.12
XYZ55.658144.339274.0314
Yxy44.33920.31980.2548
Hunter Lab66.587732.6729-19.3065
CIE-Lab72.454637.0417-23.3580

#e19add color RGB value is (225,154,221).

#e19add hex color red value is 225, green value is 154 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e19add hue: 0.84 , saturation: 0.54 and the lightness value of e19add is 0.74.

The process color (four color CMYK) of #e19add color hex is 0.00, 0.32, 0.02, 0.12. Web safe color of #e19add is #cc99cc. Color #e19add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011010 11011101
Octal 341 232 335
Decimal 225 154 221
Hex E1 9A DD

RGB Percentages of Color #e19add

%37.50
%25.67
%36.83

CMYK Percentages of Color #e19add

%0
%32
%2
%12

Triadic Colors of #e19add

#e19add #dde19a #9adde1

Analogous Colors of #e19add

#e19add #e19aba #c29ae1

Monochromatic Colors of #e19add

#e19add

Complementary Color

#e19add #9ae19e

#e19add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19add Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19add Color CSS Codes

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

#e19add Text Font Color

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

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


#e19add Background Color

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

This div background color is #e19add


#e19add Border Color

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

This div border color is #e19add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,154,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19add


Comments

No comments written yet.

Please login to write comment.