Color Hex Logo

#dc747f Color Hex

#DC747F
(220,116,127)
0 Favorites   0 Comments

Color spaces of #dc747f

RGB 220116127
HSL0.980.600.66
HSV354°47°86°
CMYK 0.000.470.42   0.14
XYZ39.591429.238723.6356
Yxy29.23870.42820.3162
Hunter Lab54.072836.067911.9349
CIE-Lab60.991741.553312.5459

#dc747f color RGB value is (220,116,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110100 01111111
Octal 334 164 177
Decimal 220 116 127
Hex DC 74 7F

RGB Percentages of Color #dc747f

%47.52
%25.05
%27.43

CMYK Percentages of Color #dc747f

%0
%47
%42
%14

Triadic Colors of #dc747f

#dc747f #7fdc74 #747fdc

Analogous Colors of #dc747f

#dc747f #dc9d74 #dc74b3

Monochromatic Colors of #dc747f

#dc747f

Complementary Color

#dc747f #74dcd1

#dc747f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc747f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc747f Color CSS Codes

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

#dc747f Text Font Color

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

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


#dc747f Background Color

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

This div background color is #dc747f


#dc747f Border Color

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

This div border color is #dc747f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc747f


Comments

No comments written yet.

Please login to write comment.