Color Hex Logo

#dc845b Color Hex

#DC845B
(220,132,91)
0 Favorites   0 Comments

Color spaces of #dc845b

RGB 22013291
HSL0.050.650.61
HSV19°59°86°
CMYK 0.000.400.59   0.14
XYZ39.654832.473514.0755
Yxy32.47350.46000.3767
Hunter Lab56.985524.489025.2452
CIE-Lab63.732329.939736.3431

#dc845b color RGB value is (220,132,91).

#dc845b hex color red value is 220, green value is 132 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dc845b hue: 0.05 , saturation: 0.65 and the lightness value of dc845b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000100 01011011
Octal 334 204 133
Decimal 220 132 91
Hex DC 84 5B

RGB Percentages of Color #dc845b

%49.66
%29.80
%20.54

CMYK Percentages of Color #dc845b

%0
%40
%59
%14

Triadic Colors of #dc845b

#dc845b #5bdc84 #845bdc

Analogous Colors of #dc845b

#dc845b #dcc55b #dc5b73

Monochromatic Colors of #dc845b

#dc845b

Complementary Color

#dc845b #5bb3dc

#dc845b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc845b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc845b Color CSS Codes

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

#dc845b Text Font Color

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

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


#dc845b Background Color

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

This div background color is #dc845b


#dc845b Border Color

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

This div border color is #dc845b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc845b


Comments

No comments written yet.

Please login to write comment.