Color Hex Logo

#dc8e4e Color Hex

#DC8E4E
(220,142,78)
0 Favorites   0 Comments

Color spaces of #dc8e4e

RGB 22014278
HSL0.080.670.58
HSV27°65°86°
CMYK 0.000.350.65   0.14
XYZ40.563335.111711.8470
Yxy35.11170.46350.4012
Hunter Lab59.255118.496329.6246
CIE-Lab65.835523.705745.6157

#dc8e4e color RGB value is (220,142,78).

#dc8e4e hex color red value is 220, green value is 142 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dc8e4e hue: 0.08 , saturation: 0.67 and the lightness value of dc8e4e is 0.58.

The process color (four color CMYK) of #dc8e4e color hex is 0.00, 0.35, 0.65, 0.14. Web safe color of #dc8e4e is #cc9966. Color #dc8e4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001110 01001110
Octal 334 216 116
Decimal 220 142 78
Hex DC 8E 4E

RGB Percentages of Color #dc8e4e

%50.00
%32.27
%17.73

CMYK Percentages of Color #dc8e4e

%0
%35
%65
%14

Triadic Colors of #dc8e4e

#dc8e4e #4edc8e #8e4edc

Analogous Colors of #dc8e4e

#dc8e4e #dcd54e #dc4e55

Monochromatic Colors of #dc8e4e

#dc8e4e

Complementary Color

#dc8e4e #4e9cdc

#dc8e4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8e4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8e4e Color CSS Codes

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

#dc8e4e Text Font Color

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

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


#dc8e4e Background Color

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

This div background color is #dc8e4e


#dc8e4e Border Color

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

This div border color is #dc8e4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8e4e


Comments

No comments written yet.

Please login to write comment.