Color Hex Logo

#dc837e Color Hex

#DC837E
(220,131,126)
0 Favorites   0 Comments

Color spaces of #dc837e

RGB 220131126
HSL0.010.570.68
HSV43°86°
CMYK 0.000.400.43   0.14
XYZ41.397432.954623.9177
Yxy32.95460.42130.3353
Hunter Lab57.406128.261515.4817
CIE-Lab64.124133.645217.4703

#dc837e color RGB value is (220,131,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000011 01111110
Octal 334 203 176
Decimal 220 131 126
Hex DC 83 7E

RGB Percentages of Color #dc837e

%46.12
%27.46
%26.42

CMYK Percentages of Color #dc837e

%0
%40
%43
%14

Triadic Colors of #dc837e

#dc837e #7edc83 #837edc

Analogous Colors of #dc837e

#dc837e #dcb27e #dc7ea8

Monochromatic Colors of #dc837e

#dc837e

Complementary Color

#dc837e #7ed7dc

#dc837e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc837e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc837e Color CSS Codes

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

#dc837e Text Font Color

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

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


#dc837e Background Color

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

This div background color is #dc837e


#dc837e Border Color

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

This div border color is #dc837e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc837e


Comments

No comments written yet.

Please login to write comment.