Color Hex Logo

#ff729f Color Hex

#FF729F
(255,114,159)
0 Favorites   0 Comments

Color spaces of #ff729f

RGB 255114159
HSL0.951.000.72
HSV341°55°100°
CMYK 0.000.550.38   0.00
XYZ53.515335.797836.8900
Yxy35.79780.42400.2837
Hunter Lab59.831354.95235.3256
CIE-Lab66.365157.85092.5821

#ff729f color RGB value is (255,114,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110010 10011111
Octal 377 162 237
Decimal 255 114 159
Hex FF 72 9F

RGB Percentages of Color #ff729f

%48.30
%21.59
%30.11

CMYK Percentages of Color #ff729f

%0
%55
%38
%0

Triadic Colors of #ff729f

#ff729f #9fff72 #729fff

Analogous Colors of #ff729f

#ff729f #ff8c72 #ff72e6

Monochromatic Colors of #ff729f

#ff729f

Complementary Color

#ff729f #72ffd2

#ff729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff729f Color CSS Codes

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

#ff729f Text Font Color

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

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


#ff729f Background Color

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

This div background color is #ff729f


#ff729f Border Color

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

This div border color is #ff729f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,114,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff729f

#ff729f Color Palettes


Comments

No comments written yet.

Please login to write comment.