Color Hex Logo

#e17396 Color Hex

#E17396
(225,115,150)
0 Favorites   0 Comments

Color spaces of #e17396

RGB 225115150
HSL0.950.650.67
HSV341°49°88°
CMYK 0.000.490.33   0.12
XYZ42.687130.471032.4858
Yxy30.47100.40410.2884
Hunter Lab55.200541.43483.7479
CIE-Lab62.058546.44450.9422

#e17396 color RGB value is (225,115,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110011 10010110
Octal 341 163 226
Decimal 225 115 150
Hex E1 73 96

RGB Percentages of Color #e17396

%45.92
%23.47
%30.61

CMYK Percentages of Color #e17396

%0
%49
%33
%12

Triadic Colors of #e17396

#e17396 #96e173 #7396e1

Analogous Colors of #e17396

#e17396 #e18773 #e173cd

Monochromatic Colors of #e17396

#e17396

Complementary Color

#e17396 #73e1be

#e17396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17396 Color CSS Codes

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

#e17396 Text Font Color

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

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


#e17396 Background Color

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

This div background color is #e17396


#e17396 Border Color

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

This div border color is #e17396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17396


Comments

No comments written yet.

Please login to write comment.