Color Hex Logo

#fd72aa Color Hex

#FD72AA
(253,114,170)
0 Favorites   0 Comments

Color spaces of #fd72aa

RGB 253114170
HSL0.930.970.72
HSV336°55°99°
CMYK 0.000.550.33   0.01
XYZ53.781035.819642.1095
Yxy35.81960.40830.2720
Hunter Lab59.849555.66430.1788
CIE-Lab66.381958.4610-3.6770

#fd72aa color RGB value is (253,114,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110010 10101010
Octal 375 162 252
Decimal 253 114 170
Hex FD 72 AA

RGB Percentages of Color #fd72aa

%47.11
%21.23
%31.66

CMYK Percentages of Color #fd72aa

%0
%55
%33
%1

Triadic Colors of #fd72aa

#fd72aa #aafd72 #72aafd

Analogous Colors of #fd72aa

#fd72aa #fd8072 #fd72f0

Monochromatic Colors of #fd72aa

#fd72aa

Complementary Color

#fd72aa #72fdc5

#fd72aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd72aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd72aa Color CSS Codes

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

#fd72aa Text Font Color

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

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


#fd72aa Background Color

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

This div background color is #fd72aa


#fd72aa Border Color

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

This div border color is #fd72aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd72aa


Comments

No comments written yet.

Please login to write comment.