Color Hex Logo

#dc877d Color Hex

#DC877D
(220,135,125)
0 Favorites   0 Comments

Color spaces of #dc877d

RGB 220135125
HSL0.020.580.68
HSV43°86°
CMYK 0.000.390.43   0.14
XYZ41.880834.024323.7620
Yxy34.02430.42020.3414
Hunter Lab58.330426.083716.6783
CIE-Lab64.981931.417719.2116

#dc877d color RGB value is (220,135,125).

#dc877d hex color red value is 220, green value is 135 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dc877d hue: 0.02 , saturation: 0.58 and the lightness value of dc877d is 0.68.

The process color (four color CMYK) of #dc877d color hex is 0.00, 0.39, 0.43, 0.14. Web safe color of #dc877d is #cc9966. Color #dc877d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000111 01111101
Octal 334 207 175
Decimal 220 135 125
Hex DC 87 7D

RGB Percentages of Color #dc877d

%45.83
%28.13
%26.04

CMYK Percentages of Color #dc877d

%0
%39
%43
%14

Triadic Colors of #dc877d

#dc877d #7ddc87 #877ddc

Analogous Colors of #dc877d

#dc877d #dcb77d #dc7da3

Monochromatic Colors of #dc877d

#dc877d

Complementary Color

#dc877d #7dd2dc

#dc877d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc877d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc877d Color CSS Codes

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

#dc877d Text Font Color

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

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


#dc877d Background Color

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

This div background color is #dc877d


#dc877d Border Color

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

This div border color is #dc877d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc877d


Comments

No comments written yet.

Please login to write comment.