Color Hex Logo

#dc8771 Color Hex

#DC8771
(220,135,113)
0 Favorites   0 Comments

Color spaces of #dc8771

RGB 220135113
HSL0.030.600.65
HSV12°49°86°
CMYK 0.000.390.49   0.14
XYZ41.159833.735819.9651
Yxy33.73580.43390.3556
Hunter Lab58.082524.848420.2776
CIE-Lab64.752330.211025.6049

#dc8771 color RGB value is (220,135,113).

#dc8771 hex color red value is 220, green value is 135 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dc8771 hue: 0.03 , saturation: 0.60 and the lightness value of dc8771 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000111 01110001
Octal 334 207 161
Decimal 220 135 113
Hex DC 87 71

RGB Percentages of Color #dc8771

%47.01
%28.85
%24.15

CMYK Percentages of Color #dc8771

%0
%39
%49
%14

Triadic Colors of #dc8771

#dc8771 #71dc87 #8771dc

Analogous Colors of #dc8771

#dc8771 #dcbd71 #dc7191

Monochromatic Colors of #dc8771

#dc8771

Complementary Color

#dc8771 #71c6dc

#dc8771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8771 Color CSS Codes

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

#dc8771 Text Font Color

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

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


#dc8771 Background Color

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

This div background color is #dc8771


#dc8771 Border Color

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

This div border color is #dc8771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8771


Comments

No comments written yet.

Please login to write comment.