Color Hex Logo

#e19cad Color Hex

#E19CAD
(225,156,173)
0 Favorites   0 Comments

Color spaces of #e19cad

RGB 225156173
HSL0.960.530.75
HSV345°31°88°
CMYK 0.000.310.23   0.12
XYZ50.482642.801645.1360
Yxy42.80160.36470.3092
Hunter Lab65.422923.24674.8912
CIE-Lab71.420128.11101.5991

#e19cad color RGB value is (225,156,173).

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

The process color (four color CMYK) of #e19cad color hex is 0.00, 0.31, 0.23, 0.12. Web safe color of #e19cad is #cc9999. Color #e19cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011100 10101101
Octal 341 234 255
Decimal 225 156 173
Hex E1 9C AD

RGB Percentages of Color #e19cad

%40.61
%28.16
%31.23

CMYK Percentages of Color #e19cad

%0
%31
%23
%12

Triadic Colors of #e19cad

#e19cad #ade19c #9cade1

Analogous Colors of #e19cad

#e19cad #e1ae9c #e19cd0

Monochromatic Colors of #e19cad

#e19cad

Complementary Color

#e19cad #9ce1d0

#e19cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19cad Color CSS Codes

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

#e19cad Text Font Color

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

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


#e19cad Background Color

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

This div background color is #e19cad


#e19cad Border Color

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

This div border color is #e19cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19cad


Comments

No comments written yet.

Please login to write comment.