Color Hex Logo

#ff728f Color Hex

#FF728F
(255,114,143)
0 Favorites   0 Comments

Color spaces of #ff728f

RGB 255114143
HSL0.971.000.72
HSV348°55°100°
CMYK 0.000.550.44   0.00
XYZ52.215235.277830.0438
Yxy35.27780.44420.3001
Hunter Lab59.395152.980811.5860
CIE-Lab65.964456.207411.1127

#ff728f color RGB value is (255,114,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110010 10001111
Octal 377 162 217
Decimal 255 114 143
Hex FF 72 8F

RGB Percentages of Color #ff728f

%49.80
%22.27
%27.93

CMYK Percentages of Color #ff728f

%0
%55
%44
%0

Triadic Colors of #ff728f

#ff728f #8fff72 #728fff

Analogous Colors of #ff728f

#ff728f #ff9c72 #ff72d6

Monochromatic Colors of #ff728f

#ff728f

Complementary Color

#ff728f #72ffe2

#ff728f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff728f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff728f Color CSS Codes

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

#ff728f Text Font Color

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

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


#ff728f Background Color

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

This div background color is #ff728f


#ff728f Border Color

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

This div border color is #ff728f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff728f

Related Colors


Comments

No comments written yet.

Please login to write comment.