Color Hex Logo

#ff727d Color Hex

#FF727D
(255,114,125)
0 Favorites   0 Comments

Color spaces of #ff727d

RGB 255114125
HSL0.991.000.72
HSV355°55°100°
CMYK 0.000.550.51   0.00
XYZ50.959034.775323.4285
Yxy34.77530.46680.3186
Hunter Lab58.970651.050917.7240
CIE-Lab65.573354.582220.7974

#ff727d color RGB value is (255,114,125).

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

The process color (four color CMYK) of #ff727d color hex is 0.00, 0.55, 0.51, 0.00. Web safe color of #ff727d is #ff6666. Color #ff727d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110010 01111101
Octal 377 162 175
Decimal 255 114 125
Hex FF 72 7D

RGB Percentages of Color #ff727d

%51.62
%23.08
%25.30

CMYK Percentages of Color #ff727d

%0
%55
%51
%0

Triadic Colors of #ff727d

#ff727d #7dff72 #727dff

Analogous Colors of #ff727d

#ff727d #ffae72 #ff72c4

Monochromatic Colors of #ff727d

#ff727d

Complementary Color

#ff727d #72fff4

#ff727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff727d Color CSS Codes

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

#ff727d Text Font Color

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

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


#ff727d Background Color

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

This div background color is #ff727d


#ff727d Border Color

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

This div border color is #ff727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff727d

Related Colors


Comments

No comments written yet.

Please login to write comment.