Color Hex Logo

#fd728b Color Hex

#FD728B
(253,114,139)
0 Favorites   0 Comments

Color spaces of #fd728b

RGB 253114139
HSL0.970.970.72
HSV349°55°99°
CMYK 0.000.550.45   0.01
XYZ51.185534.781428.4418
Yxy34.78140.44740.3040
Hunter Lab58.975851.713912.6897
CIE-Lab65.578155.162612.8034

#fd728b color RGB value is (253,114,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110010 10001011
Octal 375 162 213
Decimal 253 114 139
Hex FD 72 8B

RGB Percentages of Color #fd728b

%50.00
%22.53
%27.47

CMYK Percentages of Color #fd728b

%0
%55
%45
%1

Triadic Colors of #fd728b

#fd728b #8bfd72 #728bfd

Analogous Colors of #fd728b

#fd728b #fd9f72 #fd72d1

Monochromatic Colors of #fd728b

#fd728b

Complementary Color

#fd728b #72fde4

#fd728b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd728b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd728b Color CSS Codes

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

#fd728b Text Font Color

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

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


#fd728b Background Color

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

This div background color is #fd728b


#fd728b Border Color

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

This div border color is #fd728b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd728b


Comments

No comments written yet.

Please login to write comment.