Color Hex Logo

#df727c Color Hex

#DF727C
(223,114,124)
0 Favorites   0 Comments

Color spaces of #df727c

RGB 223114124
HSL0.980.630.66
HSV354°49°87°
CMYK 0.000.490.44   0.13
XYZ40.086829.177822.5879
Yxy29.17780.43640.3177
Hunter Lab54.016537.939913.0184
CIE-Lab60.938243.334914.2566

#df727c color RGB value is (223,114,124).

#df727c hex color red value is 223, green value is 114 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #df727c hue: 0.98 , saturation: 0.63 and the lightness value of df727c is 0.66.

The process color (four color CMYK) of #df727c color hex is 0.00, 0.49, 0.44, 0.13. Web safe color of #df727c is #cc6666. Color #df727c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110010 01111100
Octal 337 162 174
Decimal 223 114 124
Hex DF 72 7C

RGB Percentages of Color #df727c

%48.37
%24.73
%26.90

CMYK Percentages of Color #df727c

%0
%49
%44
%13

Triadic Colors of #df727c

#df727c #7cdf72 #727cdf

Analogous Colors of #df727c

#df727c #df9f72 #df72b3

Monochromatic Colors of #df727c

#df727c

Complementary Color

#df727c #72dfd5

#df727c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df727c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df727c Color CSS Codes

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

#df727c Text Font Color

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

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


#df727c Background Color

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

This div background color is #df727c


#df727c Border Color

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

This div border color is #df727c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df727c


Comments

No comments written yet.

Please login to write comment.