Color Hex Logo

#ea729e Color Hex

#EA729E
(234,114,158)
0 Favorites   0 Comments

Color spaces of #ea729e

RGB 234114158
HSL0.940.740.68
HSV338°51°92°
CMYK 0.000.510.32   0.08
XYZ46.120631.995736.0927
Yxy31.99570.40380.2802
Hunter Lab56.564746.55341.7637
CIE-Lab63.339350.9263-1.6230

#ea729e color RGB value is (234,114,158).

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

The process color (four color CMYK) of #ea729e color hex is 0.00, 0.51, 0.32, 0.08. Web safe color of #ea729e is #ff6699. Color #ea729e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110010 10011110
Octal 352 162 236
Decimal 234 114 158
Hex EA 72 9E

RGB Percentages of Color #ea729e

%46.25
%22.53
%31.23

CMYK Percentages of Color #ea729e

%0
%51
%32
%8

Triadic Colors of #ea729e

#ea729e #9eea72 #729eea

Analogous Colors of #ea729e

#ea729e #ea8272 #ea72da

Monochromatic Colors of #ea729e

#ea729e

Complementary Color

#ea729e #72eabe

#ea729e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea729e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea729e Color CSS Codes

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

#ea729e Text Font Color

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

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


#ea729e Background Color

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

This div background color is #ea729e


#ea729e Border Color

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

This div border color is #ea729e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea729e


Comments

No comments written yet.

Please login to write comment.