Color Hex Logo

#e1729f Color Hex

#E1729F
(225,114,159)
0 Favorites   0 Comments

Color spaces of #e1729f

RGB 225114159
HSL0.930.650.66
HSV336°49°88°
CMYK 0.000.490.29   0.12
XYZ43.326730.545436.4132
Yxy30.54540.39290.2770
Hunter Lab55.267943.2144-0.3756
CIE-Lab62.122048.0738-4.1304

#e1729f color RGB value is (225,114,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110010 10011111
Octal 341 162 237
Decimal 225 114 159
Hex E1 72 9F

RGB Percentages of Color #e1729f

%45.18
%22.89
%31.93

CMYK Percentages of Color #e1729f

%0
%49
%29
%12

Triadic Colors of #e1729f

#e1729f #9fe172 #729fe1

Analogous Colors of #e1729f

#e1729f #e17d72 #e172d7

Monochromatic Colors of #e1729f

#e1729f

Complementary Color

#e1729f #72e1b4

#e1729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1729f Color CSS Codes

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

#e1729f Text Font Color

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

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


#e1729f Background Color

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

This div background color is #e1729f


#e1729f Border Color

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

This div border color is #e1729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1729f


Comments

No comments written yet.

Please login to write comment.