Color Hex Logo

#fd729a Color Hex

#FD729A
(253,114,154)
0 Favorites   0 Comments

Color spaces of #fd729a

RGB 253114154
HSL0.950.970.72
HSV343°55°99°
CMYK 0.000.550.39   0.01
XYZ52.358135.250434.6163
Yxy35.25040.42840.2884
Hunter Lab59.372053.51176.9920
CIE-Lab65.943256.67214.7800

#fd729a color RGB value is (253,114,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110010 10011010
Octal 375 162 232
Decimal 253 114 154
Hex FD 72 9A

RGB Percentages of Color #fd729a

%48.56
%21.88
%29.56

CMYK Percentages of Color #fd729a

%0
%55
%39
%1

Triadic Colors of #fd729a

#fd729a #9afd72 #729afd

Analogous Colors of #fd729a

#fd729a #fd9072 #fd72e0

Monochromatic Colors of #fd729a

#fd729a

Complementary Color

#fd729a #72fdd5

#fd729a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd729a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd729a Color CSS Codes

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

#fd729a Text Font Color

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

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


#fd729a Background Color

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

This div background color is #fd729a


#fd729a Border Color

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

This div border color is #fd729a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd729a


Comments

No comments written yet.

Please login to write comment.