Color Hex Logo

#e4729e Color Hex

#E4729E
(228,114,158)
0 Favorites   0 Comments

Color spaces of #e4729e

RGB 228114158
HSL0.940.680.67
HSV337°50°89°
CMYK 0.000.500.31   0.11
XYZ44.183830.997236.0021
Yxy30.99720.39740.2788
Hunter Lab55.675144.22620.6329
CIE-Lab62.505348.9426-2.9452

#e4729e color RGB value is (228,114,158).

#e4729e hex color red value is 228, green value is 114 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e4729e hue: 0.94 , saturation: 0.68 and the lightness value of e4729e is 0.67.

The process color (four color CMYK) of #e4729e color hex is 0.00, 0.50, 0.31, 0.11. Web safe color of #e4729e is #cc6699. Color #e4729e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110010 10011110
Octal 344 162 236
Decimal 228 114 158
Hex E4 72 9E

RGB Percentages of Color #e4729e

%45.60
%22.80
%31.60

CMYK Percentages of Color #e4729e

%0
%50
%31
%11

Triadic Colors of #e4729e

#e4729e #9ee472 #729ee4

Analogous Colors of #e4729e

#e4729e #e47f72 #e472d7

Monochromatic Colors of #e4729e

#e4729e

Complementary Color

#e4729e #72e4b8

#e4729e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4729e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4729e Color CSS Codes

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

#e4729e Text Font Color

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

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


#e4729e Background Color

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

This div background color is #e4729e


#e4729e Border Color

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

This div border color is #e4729e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4729e


Comments

No comments written yet.

Please login to write comment.