Color Hex Logo

#e1996f Color Hex

#E1996F
(225,153,111)
0 Favorites   0 Comments

Color spaces of #e1996f

RGB 225153111
HSL0.060.660.66
HSV22°51°88°
CMYK 0.000.320.51   0.12
XYZ45.311839.937720.3595
Yxy39.93770.42910.3782
Hunter Lab63.196317.391225.1364
CIE-Lab69.425122.384132.9182

#e1996f color RGB value is (225,153,111).

#e1996f hex color red value is 225, green value is 153 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e1996f hue: 0.06 , saturation: 0.66 and the lightness value of e1996f is 0.66.

The process color (four color CMYK) of #e1996f color hex is 0.00, 0.32, 0.51, 0.12. Web safe color of #e1996f is #cc9966. Color #e1996f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011001 01101111
Octal 341 231 157
Decimal 225 153 111
Hex E1 99 6F

RGB Percentages of Color #e1996f

%46.01
%31.29
%22.70

CMYK Percentages of Color #e1996f

%0
%32
%51
%12

Triadic Colors of #e1996f

#e1996f #6fe199 #996fe1

Analogous Colors of #e1996f

#e1996f #e1d26f #e16f7e

Monochromatic Colors of #e1996f

#e1996f

Complementary Color

#e1996f #6fb7e1

#e1996f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1996f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1996f Color CSS Codes

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

#e1996f Text Font Color

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

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


#e1996f Background Color

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

This div background color is #e1996f


#e1996f Border Color

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

This div border color is #e1996f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1996f


Comments

No comments written yet.

Please login to write comment.