Color Hex Logo

#dc9680 Color Hex

#DC9680
(220,150,128)
0 Favorites   0 Comments

Color spaces of #dc9680

RGB 220150128
HSL0.040.570.68
HSV14°42°86°
CMYK 0.000.320.42   0.14
XYZ44.317838.586825.5343
Yxy38.58680.40870.3558
Hunter Lab62.118318.642519.1111
CIE-Lab68.450923.706122.2705

#dc9680 color RGB value is (220,150,128).

#dc9680 hex color red value is 220, green value is 150 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dc9680 hue: 0.04 , saturation: 0.57 and the lightness value of dc9680 is 0.68.

The process color (four color CMYK) of #dc9680 color hex is 0.00, 0.32, 0.42, 0.14. Web safe color of #dc9680 is #cc9999. Color #dc9680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010110 10000000
Octal 334 226 200
Decimal 220 150 128
Hex DC 96 80

RGB Percentages of Color #dc9680

%44.18
%30.12
%25.70

CMYK Percentages of Color #dc9680

%0
%32
%42
%14

Triadic Colors of #dc9680

#dc9680 #80dc96 #9680dc

Analogous Colors of #dc9680

#dc9680 #dcc480 #dc8098

Monochromatic Colors of #dc9680

#dc9680

Complementary Color

#dc9680 #80c6dc

#dc9680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9680 Color CSS Codes

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

#dc9680 Text Font Color

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

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


#dc9680 Background Color

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

This div background color is #dc9680


#dc9680 Border Color

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

This div border color is #dc9680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9680


Comments

No comments written yet.

Please login to write comment.