Color Hex Logo

#e19dcd Color Hex

#E19DCD
(225,157,205)
0 Favorites   0 Comments

Color spaces of #e19dcd

RGB 225157205
HSL0.880.530.75
HSV318°30°88°
CMYK 0.000.300.09   0.12
XYZ54.127844.529363.4998
Yxy44.52930.33380.2746
Hunter Lab66.730328.0110-9.7085
CIE-Lab72.580932.6281-14.3709

#e19dcd color RGB value is (225,157,205).

#e19dcd hex color red value is 225, green value is 157 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e19dcd hue: 0.88 , saturation: 0.53 and the lightness value of e19dcd is 0.75.

The process color (four color CMYK) of #e19dcd color hex is 0.00, 0.30, 0.09, 0.12. Web safe color of #e19dcd is #cc99cc. Color #e19dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011101 11001101
Octal 341 235 315
Decimal 225 157 205
Hex E1 9D CD

RGB Percentages of Color #e19dcd

%38.33
%26.75
%34.92

CMYK Percentages of Color #e19dcd

%0
%30
%9
%12

Triadic Colors of #e19dcd

#e19dcd #cde19d #9dcde1

Analogous Colors of #e19dcd

#e19dcd #e19dab #d39de1

Monochromatic Colors of #e19dcd

#e19dcd

Complementary Color

#e19dcd #9de1b1

#e19dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19dcd Color CSS Codes

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

#e19dcd Text Font Color

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

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


#e19dcd Background Color

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

This div background color is #e19dcd


#e19dcd Border Color

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

This div border color is #e19dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19dcd


Comments

No comments written yet.

Please login to write comment.