Color Hex Logo

#dc947f Color Hex

#DC947F
(220,148,127)
0 Favorites   0 Comments

Color spaces of #dc947f

RGB 220148127
HSL0.040.570.68
HSV14°42°86°
CMYK 0.000.330.42   0.14
XYZ43.935937.927825.0838
Yxy37.92780.41080.3546
Hunter Lab61.585619.569418.9611
CIE-Lab67.967424.673322.1664

#dc947f color RGB value is (220,148,127).

#dc947f hex color red value is 220, green value is 148 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dc947f hue: 0.04 , saturation: 0.57 and the lightness value of dc947f is 0.68.

The process color (four color CMYK) of #dc947f color hex is 0.00, 0.33, 0.42, 0.14. Web safe color of #dc947f is #cc9966. Color #dc947f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010100 01111111
Octal 334 224 177
Decimal 220 148 127
Hex DC 94 7F

RGB Percentages of Color #dc947f

%44.44
%29.90
%25.66

CMYK Percentages of Color #dc947f

%0
%33
%42
%14

Triadic Colors of #dc947f

#dc947f #7fdc94 #947fdc

Analogous Colors of #dc947f

#dc947f #dcc37f #dc7f99

Monochromatic Colors of #dc947f

#dc947f

Complementary Color

#dc947f #7fc7dc

#dc947f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc947f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc947f Color CSS Codes

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

#dc947f Text Font Color

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

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


#dc947f Background Color

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

This div background color is #dc947f


#dc947f Border Color

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

This div border color is #dc947f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,148,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 #dc947f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc947f


Comments

No comments written yet.

Please login to write comment.