Color Hex Logo

#e17699 Color Hex

#E17699
(225,118,153)
0 Favorites   0 Comments

Color spaces of #e17699

RGB 225118153
HSL0.950.640.67
HSV340°48°88°
CMYK 0.000.480.32   0.12
XYZ43.279531.264333.8905
Yxy31.26430.39910.2883
Hunter Lab55.914540.31403.2037
CIE-Lab62.730145.31280.2010

#e17699 color RGB value is (225,118,153).

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

The process color (four color CMYK) of #e17699 color hex is 0.00, 0.48, 0.32, 0.12. Web safe color of #e17699 is #cc6699. Color #e17699 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110110 10011001
Octal 341 166 231
Decimal 225 118 153
Hex E1 76 99

RGB Percentages of Color #e17699

%45.36
%23.79
%30.85

CMYK Percentages of Color #e17699

%0
%48
%32
%12

Triadic Colors of #e17699

#e17699 #99e176 #7699e1

Analogous Colors of #e17699

#e17699 #e18976 #e176cf

Monochromatic Colors of #e17699

#e17699

Complementary Color

#e17699 #76e1be

#e17699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17699 Color CSS Codes

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

#e17699 Text Font Color

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

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


#e17699 Background Color

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

This div background color is #e17699


#e17699 Border Color

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

This div border color is #e17699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17699


Comments

No comments written yet.

Please login to write comment.