Color Hex Logo

#eb729e Color Hex

#EB729E
(235,114,158)
0 Favorites   0 Comments

Color spaces of #eb729e

RGB 235114158
HSL0.940.750.68
HSV338°51°92°
CMYK 0.000.510.33   0.08
XYZ46.449832.165436.1081
Yxy32.16540.40490.2804
Hunter Lab56.714546.94291.9524
CIE-Lab63.479451.2554-1.4013

#eb729e color RGB value is (235,114,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110010 10011110
Octal 353 162 236
Decimal 235 114 158
Hex EB 72 9E

RGB Percentages of Color #eb729e

%46.35
%22.49
%31.16

CMYK Percentages of Color #eb729e

%0
%51
%33
%8

Triadic Colors of #eb729e

#eb729e #9eeb72 #729eeb

Analogous Colors of #eb729e

#eb729e #eb8372 #eb72db

Monochromatic Colors of #eb729e

#eb729e

Complementary Color

#eb729e #72ebbf

#eb729e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb729e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb729e Color CSS Codes

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

#eb729e Text Font Color

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

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


#eb729e Background Color

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

This div background color is #eb729e


#eb729e Border Color

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

This div border color is #eb729e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb729e


Comments

No comments written yet.

Please login to write comment.