Color Hex Logo

#dc9478 Color Hex

#DC9478
(220,148,120)
0 Favorites   0 Comments

Color spaces of #dc9478

RGB 220148120
HSL0.050.590.67
HSV17°45°86°
CMYK 0.000.330.45   0.14
XYZ43.495337.751522.7636
Yxy37.75150.41820.3630
Hunter Lab61.442218.837221.0434
CIE-Lab67.837123.938325.8450

#dc9478 color RGB value is (220,148,120).

#dc9478 hex color red value is 220, green value is 148 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dc9478 hue: 0.05 , saturation: 0.59 and the lightness value of dc9478 is 0.67.

The process color (four color CMYK) of #dc9478 color hex is 0.00, 0.33, 0.45, 0.14. Web safe color of #dc9478 is #cc9966. Color #dc9478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010100 01111000
Octal 334 224 170
Decimal 220 148 120
Hex DC 94 78

RGB Percentages of Color #dc9478

%45.08
%30.33
%24.59

CMYK Percentages of Color #dc9478

%0
%33
%45
%14

Triadic Colors of #dc9478

#dc9478 #78dc94 #9478dc

Analogous Colors of #dc9478

#dc9478 #dcc678 #dc788e

Monochromatic Colors of #dc9478

#dc9478

Complementary Color

#dc9478 #78c0dc

#dc9478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9478 Color CSS Codes

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

#dc9478 Text Font Color

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

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


#dc9478 Background Color

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

This div background color is #dc9478


#dc9478 Border Color

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

This div border color is #dc9478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9478


Comments

No comments written yet.

Please login to write comment.