Color Hex Logo

#e6729e Color Hex

#E6729E
(230,114,158)
1 Favorites   0 Comments

Color spaces of #e6729e

RGB 230114158
HSL0.940.700.67
HSV337°50°90°
CMYK 0.000.500.31   0.10
XYZ44.822031.326236.0319
Yxy31.32620.39960.2792
Hunter Lab55.969845.00001.0095
CIE-Lab62.782049.6056-2.5061

#e6729e color RGB value is (230,114,158).

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

The process color (four color CMYK) of #e6729e color hex is 0.00, 0.50, 0.31, 0.10. Web safe color of #e6729e is #ff6699. Color #e6729e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110010 10011110
Octal 346 162 236
Decimal 230 114 158
Hex E6 72 9E

RGB Percentages of Color #e6729e

%45.82
%22.71
%31.47

CMYK Percentages of Color #e6729e

%0
%50
%31
%10

Triadic Colors of #e6729e

#e6729e #9ee672 #729ee6

Analogous Colors of #e6729e

#e6729e #e68072 #e672d8

Monochromatic Colors of #e6729e

#e6729e

Complementary Color

#e6729e #72e6ba

#e6729e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6729e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6729e Color CSS Codes

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

#e6729e Text Font Color

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

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


#e6729e Background Color

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

This div background color is #e6729e


#e6729e Border Color

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

This div border color is #e6729e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6729e


Comments

No comments written yet.

Please login to write comment.