Color Hex Logo

#e19d96 Color Hex

#E19D96
(225,157,150)
0 Favorites   0 Comments

Color spaces of #e19d96

RGB 225157150
HSL0.020.560.74
HSV33°88°
CMYK 0.000.300.33   0.12
XYZ48.613342.323534.4612
Yxy42.32350.38770.3375
Hunter Lab65.056519.534714.1329
CIE-Lab71.093424.458313.8639

#e19d96 color RGB value is (225,157,150).

#e19d96 hex color red value is 225, green value is 157 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #e19d96 hue: 0.02 , saturation: 0.56 and the lightness value of e19d96 is 0.74.

The process color (four color CMYK) of #e19d96 color hex is 0.00, 0.30, 0.33, 0.12. Web safe color of #e19d96 is #cc9999. Color #e19d96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011101 10010110
Octal 341 235 226
Decimal 225 157 150
Hex E1 9D 96

RGB Percentages of Color #e19d96

%42.29
%29.51
%28.20

CMYK Percentages of Color #e19d96

%0
%30
%33
%12

Triadic Colors of #e19d96

#e19d96 #96e19d #9d96e1

Analogous Colors of #e19d96

#e19d96 #e1c396 #e196b5

Monochromatic Colors of #e19d96

#e19d96

Complementary Color

#e19d96 #96dae1

#e19d96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19d96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19d96 Color CSS Codes

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

#e19d96 Text Font Color

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

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


#e19d96 Background Color

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

This div background color is #e19d96


#e19d96 Border Color

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

This div border color is #e19d96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19d96


Comments

No comments written yet.

Please login to write comment.