Color Hex Logo

#ff729e Color Hex

#FF729E
(255,114,158)
0 Favorites   0 Comments

Color spaces of #ff729e

RGB 255114158
HSL0.951.000.72
HSV341°55°100°
CMYK 0.000.550.38   0.00
XYZ53.428935.763236.4347
Yxy35.76320.42530.2847
Hunter Lab59.802354.82225.7391
CIE-Lab66.338657.74303.1123

#ff729e color RGB value is (255,114,158).

#ff729e hex color red value is 255, green value is 114 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ff729e hue: 0.95 , saturation: 1.00 and the lightness value of ff729e is 0.72.

The process color (four color CMYK) of #ff729e color hex is 0.00, 0.55, 0.38, 0.00. Web safe color of #ff729e is #ff6699. Color #ff729e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110010 10011110
Octal 377 162 236
Decimal 255 114 158
Hex FF 72 9E

RGB Percentages of Color #ff729e

%48.39
%21.63
%29.98

CMYK Percentages of Color #ff729e

%0
%55
%38
%0

Triadic Colors of #ff729e

#ff729e #9eff72 #729eff

Analogous Colors of #ff729e

#ff729e #ff8d72 #ff72e5

Monochromatic Colors of #ff729e

#ff729e

Complementary Color

#ff729e #72ffd3

#ff729e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff729e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff729e Color CSS Codes

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

#ff729e Text Font Color

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

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


#ff729e Background Color

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

This div background color is #ff729e


#ff729e Border Color

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

This div border color is #ff729e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff729e

Related Colors


Comments

No comments written yet.

Please login to write comment.