Color Hex Logo

#e17996 Color Hex

#E17996
(225,121,150)
0 Favorites   0 Comments

Color spaces of #e17996

RGB 225121150
HSL0.950.630.68
HSV343°46°88°
CMYK 0.000.460.33   0.12
XYZ43.393731.884332.7213
Yxy31.88430.40180.2952
Hunter Lab56.466238.35965.1687
CIE-Lab63.247143.42222.6694

#e17996 color RGB value is (225,121,150).

#e17996 hex color red value is 225, green value is 121 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #e17996 hue: 0.95 , saturation: 0.63 and the lightness value of e17996 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111001 10010110
Octal 341 171 226
Decimal 225 121 150
Hex E1 79 96

RGB Percentages of Color #e17996

%45.36
%24.40
%30.24

CMYK Percentages of Color #e17996

%0
%46
%33
%12

Triadic Colors of #e17996

#e17996 #96e179 #7996e1

Analogous Colors of #e17996

#e17996 #e19079 #e179ca

Monochromatic Colors of #e17996

#e17996

Complementary Color

#e17996 #79e1c4

#e17996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17996 Color CSS Codes

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

#e17996 Text Font Color

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

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


#e17996 Background Color

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

This div background color is #e17996


#e17996 Border Color

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

This div border color is #e17996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17996


Comments

No comments written yet.

Please login to write comment.