Color Hex Logo

#dc835e Color Hex

#DC835E
(220,131,94)
0 Favorites   0 Comments

Color spaces of #dc835e

RGB 22013194
HSL0.050.640.62
HSV18°57°86°
CMYK 0.000.400.57   0.14
XYZ39.651932.256414.7259
Yxy32.25640.45770.3723
Hunter Lab56.794725.231124.3834
CIE-Lab63.554230.698134.5018

#dc835e color RGB value is (220,131,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000011 01011110
Octal 334 203 136
Decimal 220 131 94
Hex DC 83 5E

RGB Percentages of Color #dc835e

%49.44
%29.44
%21.12

CMYK Percentages of Color #dc835e

%0
%40
%57
%14

Triadic Colors of #dc835e

#dc835e #5edc83 #835edc

Analogous Colors of #dc835e

#dc835e #dcc25e #dc5e78

Monochromatic Colors of #dc835e

#dc835e

Complementary Color

#dc835e #5eb7dc

#dc835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc835e Color CSS Codes

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

#dc835e Text Font Color

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

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


#dc835e Background Color

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

This div background color is #dc835e


#dc835e Border Color

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

This div border color is #dc835e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,131,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 #dc835e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc835e


Comments

No comments written yet.

Please login to write comment.