Color Hex Logo

#fd729d Color Hex

#FD729D
(253,114,157)
0 Favorites   0 Comments

Color spaces of #fd729d

RGB 253114157
HSL0.950.970.72
HSV341°55°99°
CMYK 0.000.550.38   0.01
XYZ52.611135.351635.9489
Yxy35.35160.42460.2853
Hunter Lab59.457253.89685.7722
CIE-Lab66.021556.99363.1855

#fd729d color RGB value is (253,114,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110010 10011101
Octal 375 162 235
Decimal 253 114 157
Hex FD 72 9D

RGB Percentages of Color #fd729d

%48.28
%21.76
%29.96

CMYK Percentages of Color #fd729d

%0
%55
%38
%1

Triadic Colors of #fd729d

#fd729d #9dfd72 #729dfd

Analogous Colors of #fd729d

#fd729d #fd8d72 #fd72e3

Monochromatic Colors of #fd729d

#fd729d

Complementary Color

#fd729d #72fdd2

#fd729d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd729d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd729d Color CSS Codes

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

#fd729d Text Font Color

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

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


#fd729d Background Color

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

This div background color is #fd729d


#fd729d Border Color

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

This div border color is #fd729d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd729d

Related Colors


Comments

No comments written yet.

Please login to write comment.