Color Hex Logo

#e729ac Color Hex

#E729AC
(231,41,172)
0 Favorites   0 Comments

Color spaces of #e729ac

RGB 23141172
HSL0.890.800.53
HSV319°82°91°
CMYK 0.000.820.26   0.09
XYZ41.194321.553441.0188
Yxy21.55340.39700.2077
Hunter Lab46.425677.1414-19.8870
CIE-Lab53.549978.6029-24.5319

#e729ac color RGB value is (231,41,172).

#e729ac hex color red value is 231, green value is 41 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e729ac hue: 0.89 , saturation: 0.80 and the lightness value of e729ac is 0.53.

The process color (four color CMYK) of #e729ac color hex is 0.00, 0.82, 0.26, 0.09. Web safe color of #e729ac is #ff3399. Color #e729ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101001 10101100
Octal 347 51 254
Decimal 231 41 172
Hex E7 29 AC

RGB Percentages of Color #e729ac

%52.03
%9.23
%38.74

CMYK Percentages of Color #e729ac

%0
%82
%26
%9

Triadic Colors of #e729ac

#e729ac #ace729 #29ace7

Analogous Colors of #e729ac

#e729ac #e7294d #c329e7

Monochromatic Colors of #e729ac

#e729ac

Complementary Color

#e729ac #29e764

#e729ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e729ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e729ac Color CSS Codes

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

#e729ac Text Font Color

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

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


#e729ac Background Color

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

This div background color is #e729ac


#e729ac Border Color

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

This div border color is #e729ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,41,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e729ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e729ac;
  -webkit-box-shadow: 1px 1px 3px 2px #e729ac;
  box-shadow:         1px 1px 3px 2px #e729ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,41,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e729ac


Comments

No comments written yet.

Please login to write comment.