Color Hex Logo

#e1996b Color Hex

#E1996B
(225,153,107)
0 Favorites   0 Comments

Color spaces of #e1996b

RGB 225153107
HSL0.060.660.65
HSV23°52°88°
CMYK 0.000.320.52   0.12
XYZ45.096439.851619.2252
Yxy39.85160.43290.3826
Hunter Lab63.128117.039626.1334
CIE-Lab69.363722.029034.9769

#e1996b color RGB value is (225,153,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011001 01101011
Octal 341 231 153
Decimal 225 153 107
Hex E1 99 6B

RGB Percentages of Color #e1996b

%46.39
%31.55
%22.06

CMYK Percentages of Color #e1996b

%0
%32
%52
%12

Triadic Colors of #e1996b

#e1996b #6be199 #996be1

Analogous Colors of #e1996b

#e1996b #e1d46b #e16b78

Monochromatic Colors of #e1996b

#e1996b

Complementary Color

#e1996b #6bb3e1

#e1996b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1996b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1996b Color CSS Codes

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

#e1996b Text Font Color

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

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


#e1996b Background Color

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

This div background color is #e1996b


#e1996b Border Color

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

This div border color is #e1996b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1996b


Comments

No comments written yet.

Please login to write comment.