Color Hex Logo

#e16896 Color Hex

#E16896
(225,104,150)
0 Favorites   0 Comments

Color spaces of #e16896

RGB 225104150
HSL0.940.670.65
HSV337°54°88°
CMYK 0.000.540.33   0.12
XYZ41.506728.110232.0923
Yxy28.11020.40810.2764
Hunter Lab53.019146.95791.2252
CIE-Lab59.988251.8059-2.0856

#e16896 color RGB value is (225,104,150).

#e16896 hex color red value is 225, green value is 104 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #e16896 hue: 0.94 , saturation: 0.67 and the lightness value of e16896 is 0.65.

The process color (four color CMYK) of #e16896 color hex is 0.00, 0.54, 0.33, 0.12. Web safe color of #e16896 is #cc6699. Color #e16896 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101000 10010110
Octal 341 150 226
Decimal 225 104 150
Hex E1 68 96

RGB Percentages of Color #e16896

%46.97
%21.71
%31.32

CMYK Percentages of Color #e16896

%0
%54
%33
%12

Triadic Colors of #e16896

#e16896 #96e168 #6896e1

Analogous Colors of #e16896

#e16896 #e17768 #e168d3

Monochromatic Colors of #e16896

#e16896

Complementary Color

#e16896 #68e1b3

#e16896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16896 Color CSS Codes

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

#e16896 Text Font Color

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

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


#e16896 Background Color

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

This div background color is #e16896


#e16896 Border Color

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

This div border color is #e16896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16896


Comments

No comments written yet.

Please login to write comment.