Color Hex Logo

#e19dca Color Hex

#E19DCA
(225,157,202)
0 Favorites   0 Comments

Color spaces of #e19dca

RGB 225157202
HSL0.890.530.75
HSV320°30°88°
CMYK 0.000.300.10   0.12
XYZ53.769044.385861.6105
Yxy44.38580.33650.2778
Hunter Lab66.622727.4719-8.1936
CIE-Lab72.485632.1209-12.8612

#e19dca color RGB value is (225,157,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011101 11001010
Octal 341 235 312
Decimal 225 157 202
Hex E1 9D CA

RGB Percentages of Color #e19dca

%38.53
%26.88
%34.59

CMYK Percentages of Color #e19dca

%0
%30
%10
%12

Triadic Colors of #e19dca

#e19dca #cae19d #9dcae1

Analogous Colors of #e19dca

#e19dca #e19da8 #d69de1

Monochromatic Colors of #e19dca

#e19dca

Complementary Color

#e19dca #9de1b4

#e19dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19dca Color CSS Codes

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

#e19dca Text Font Color

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

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


#e19dca Background Color

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

This div background color is #e19dca


#e19dca Border Color

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

This div border color is #e19dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19dca


Comments

No comments written yet.

Please login to write comment.