Color Hex Logo

#e19fad Color Hex

#E19FAD
(225,159,173)
0 Favorites   0 Comments

Color spaces of #e19fad

RGB 225159173
HSL0.960.520.75
HSV347°29°88°
CMYK 0.000.290.23   0.12
XYZ50.992343.821045.3059
Yxy43.82100.36390.3127
Hunter Lab66.197421.65425.7598
CIE-Lab72.108726.50112.5995

#e19fad color RGB value is (225,159,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011111 10101101
Octal 341 237 255
Decimal 225 159 173
Hex E1 9F AD

RGB Percentages of Color #e19fad

%40.39
%28.55
%31.06

CMYK Percentages of Color #e19fad

%0
%29
%23
%12

Triadic Colors of #e19fad

#e19fad #ade19f #9fade1

Analogous Colors of #e19fad

#e19fad #e1b29f #e19fce

Monochromatic Colors of #e19fad

#e19fad

Complementary Color

#e19fad #9fe1d3

#e19fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19fad Color CSS Codes

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

#e19fad Text Font Color

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

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


#e19fad Background Color

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

This div background color is #e19fad


#e19fad Border Color

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

This div border color is #e19fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19fad


Comments

No comments written yet.

Please login to write comment.