Color Hex Logo

#fd729f Color Hex

#FD729F
(253,114,159)
0 Favorites   0 Comments

Color spaces of #fd729f

RGB 253114159
HSL0.950.970.72
HSV341°55°99°
CMYK 0.000.550.37   0.01
XYZ52.783335.420536.8557
Yxy35.42050.42210.2832
Hunter Lab59.515154.15824.9443
CIE-Lab66.074757.21152.1246

#fd729f color RGB value is (253,114,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110010 10011111
Octal 375 162 237
Decimal 253 114 159
Hex FD 72 9F

RGB Percentages of Color #fd729f

%48.10
%21.67
%30.23

CMYK Percentages of Color #fd729f

%0
%55
%37
%1

Triadic Colors of #fd729f

#fd729f #9ffd72 #729ffd

Analogous Colors of #fd729f

#fd729f #fd8b72 #fd72e5

Monochromatic Colors of #fd729f

#fd729f

Complementary Color

#fd729f #72fdd0

#fd729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd729f Color CSS Codes

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

#fd729f Text Font Color

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

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


#fd729f Background Color

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

This div background color is #fd729f


#fd729f Border Color

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

This div border color is #fd729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd729f

Related Colors


Comments

No comments written yet.

Please login to write comment.