Color Hex Logo

#e19ccd Color Hex

#E19CCD
(225,156,205)
0 Favorites   0 Comments

Color spaces of #e19ccd

RGB 225156205
HSL0.880.530.75
HSV317°31°88°
CMYK 0.000.310.09   0.12
XYZ53.959244.192363.4436
Yxy44.19230.33390.2735
Hunter Lab66.477328.5521-10.0502
CIE-Lab72.356833.1630-14.7078

#e19ccd color RGB value is (225,156,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011100 11001101
Octal 341 234 315
Decimal 225 156 205
Hex E1 9C CD

RGB Percentages of Color #e19ccd

%38.40
%26.62
%34.98

CMYK Percentages of Color #e19ccd

%0
%31
%9
%12

Triadic Colors of #e19ccd

#e19ccd #cde19c #9ccde1

Analogous Colors of #e19ccd

#e19ccd #e19cab #d39ce1

Monochromatic Colors of #e19ccd

#e19ccd

Complementary Color

#e19ccd #9ce1b0

#e19ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19ccd Color CSS Codes

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

#e19ccd Text Font Color

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

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


#e19ccd Background Color

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

This div background color is #e19ccd


#e19ccd Border Color

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

This div border color is #e19ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19ccd


Comments

No comments written yet.

Please login to write comment.