Color Hex Logo

#e19cdc Color Hex

#E19CDC
(225,156,220)
0 Favorites   0 Comments

Color spaces of #e19cdc

RGB 225156220
HSL0.850.530.75
HSV304°31°88°
CMYK 0.000.310.02   0.12
XYZ55.858144.951873.4427
Yxy44.95180.32060.2580
Hunter Lab67.046131.3830-18.0143
CIE-Lab72.860135.7943-22.1915

#e19cdc color RGB value is (225,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011100 11011100
Octal 341 234 334
Decimal 225 156 220
Hex E1 9C DC

RGB Percentages of Color #e19cdc

%37.44
%25.96
%36.61

CMYK Percentages of Color #e19cdc

%0
%31
%2
%12

Triadic Colors of #e19cdc

#e19cdc #dce19c #9cdce1

Analogous Colors of #e19cdc

#e19cdc #e19cba #c49ce1

Monochromatic Colors of #e19cdc

#e19cdc

Complementary Color

#e19cdc #9ce1a1

#e19cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19cdc Color CSS Codes

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

#e19cdc Text Font Color

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

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


#e19cdc Background Color

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

This div background color is #e19cdc


#e19cdc Border Color

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

This div border color is #e19cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19cdc


Comments

No comments written yet.

Please login to write comment.