Color Hex Logo

#dc875e Color Hex

#DC875E
(220,135,94)
0 Favorites   0 Comments

Color spaces of #dc875e

RGB 22013594
HSL0.050.640.62
HSV20°57°86°
CMYK 0.000.390.57   0.14
XYZ40.199633.351714.9085
Yxy33.35170.45440.3770
Hunter Lab57.750923.187225.1198
CIE-Lab64.444728.572335.6145

#dc875e color RGB value is (220,135,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000111 01011110
Octal 334 207 136
Decimal 220 135 94
Hex DC 87 5E

RGB Percentages of Color #dc875e

%49.00
%30.07
%20.94

CMYK Percentages of Color #dc875e

%0
%39
%57
%14

Triadic Colors of #dc875e

#dc875e #5edc87 #875edc

Analogous Colors of #dc875e

#dc875e #dcc65e #dc5e74

Monochromatic Colors of #dc875e

#dc875e

Complementary Color

#dc875e #5eb3dc

#dc875e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc875e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc875e Color CSS Codes

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

#dc875e Text Font Color

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

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


#dc875e Background Color

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

This div background color is #dc875e


#dc875e Border Color

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

This div border color is #dc875e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc875e


Comments

No comments written yet.

Please login to write comment.