Color Hex Logo

#dc727f Color Hex

#DC727F
(220,114,127)
0 Favorites   0 Comments

Color spaces of #dc727f

RGB 220114127
HSL0.980.600.65
HSV353°48°86°
CMYK 0.000.480.42   0.14
XYZ39.363328.782623.5596
Yxy28.78260.42920.3139
Hunter Lab53.649437.081411.5180
CIE-Lab60.589342.569511.9810

#dc727f color RGB value is (220,114,127).

#dc727f hex color red value is 220, green value is 114 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dc727f hue: 0.98 , saturation: 0.60 and the lightness value of dc727f is 0.65.

The process color (four color CMYK) of #dc727f color hex is 0.00, 0.48, 0.42, 0.14. Web safe color of #dc727f is #cc6666. Color #dc727f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110010 01111111
Octal 334 162 177
Decimal 220 114 127
Hex DC 72 7F

RGB Percentages of Color #dc727f

%47.72
%24.73
%27.55

CMYK Percentages of Color #dc727f

%0
%48
%42
%14

Triadic Colors of #dc727f

#dc727f #7fdc72 #727fdc

Analogous Colors of #dc727f

#dc727f #dc9a72 #dc72b4

Monochromatic Colors of #dc727f

#dc727f

Complementary Color

#dc727f #72dccf

#dc727f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc727f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc727f Color CSS Codes

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

#dc727f Text Font Color

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

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


#dc727f Background Color

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

This div background color is #dc727f


#dc727f Border Color

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

This div border color is #dc727f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc727f


Comments

No comments written yet.

Please login to write comment.