Color Hex Logo

#dc786b Color Hex

#DC786B
(220,120,107)
0 Favorites   0 Comments

Color spaces of #dc786b

RGB 220120107
HSL0.020.620.64
HSV51°86°
CMYK 0.000.450.51   0.14
XYZ38.885529.710117.5951
Yxy29.71010.45120.3447
Hunter Lab54.507031.955419.0158
CIE-Lab61.403337.546824.5173

#dc786b color RGB value is (220,120,107).

#dc786b hex color red value is 220, green value is 120 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dc786b hue: 0.02 , saturation: 0.62 and the lightness value of dc786b is 0.64.

The process color (four color CMYK) of #dc786b color hex is 0.00, 0.45, 0.51, 0.14. Web safe color of #dc786b is #cc6666. Color #dc786b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111000 01101011
Octal 334 170 153
Decimal 220 120 107
Hex DC 78 6B

RGB Percentages of Color #dc786b

%49.22
%26.85
%23.94

CMYK Percentages of Color #dc786b

%0
%45
%51
%14

Triadic Colors of #dc786b

#dc786b #6bdc78 #786bdc

Analogous Colors of #dc786b

#dc786b #dcb16b #dc6b97

Monochromatic Colors of #dc786b

#dc786b

Complementary Color

#dc786b #6bcfdc

#dc786b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc786b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc786b Color CSS Codes

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

#dc786b Text Font Color

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

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


#dc786b Background Color

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

This div background color is #dc786b


#dc786b Border Color

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

This div border color is #dc786b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc786b


Comments

No comments written yet.

Please login to write comment.