Color Hex Logo

#e19c9f Color Hex

#E19C9F
(225,156,159)
0 Favorites   0 Comments

Color spaces of #e19c9f

RGB 225156159
HSL0.990.530.75
HSV357°31°88°
CMYK 0.000.310.29   0.12
XYZ49.197842.287738.3702
Yxy42.28770.37890.3257
Hunter Lab65.029021.243810.5364
CIE-Lab71.068826.16048.8515

#e19c9f color RGB value is (225,156,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011100 10011111
Octal 341 234 237
Decimal 225 156 159
Hex E1 9C 9F

RGB Percentages of Color #e19c9f

%41.67
%28.89
%29.44

CMYK Percentages of Color #e19c9f

%0
%31
%29
%12

Triadic Colors of #e19c9f

#e19c9f #9fe19c #9c9fe1

Analogous Colors of #e19c9f

#e19c9f #e1bc9c #e19cc2

Monochromatic Colors of #e19c9f

#e19c9f

Complementary Color

#e19c9f #9ce1de

#e19c9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19c9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19c9f Color CSS Codes

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

#e19c9f Text Font Color

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

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


#e19c9f Background Color

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

This div background color is #e19c9f


#e19c9f Border Color

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

This div border color is #e19c9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19c9f


Comments

No comments written yet.

Please login to write comment.