Color Hex Logo

#dc906c Color Hex

#DC906C
(220,144,108)
0 Favorites   0 Comments

Color spaces of #dc906c

RGB 220144108
HSL0.050.620.64
HSV19°51°86°
CMYK 0.000.350.51   0.14
XYZ42.195236.244918.9594
Yxy36.24490.43320.3721
Hunter Lab60.203719.749423.4710
CIE-Lab66.706624.933030.9152

#dc906c color RGB value is (220,144,108).

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

The process color (four color CMYK) of #dc906c color hex is 0.00, 0.35, 0.51, 0.14. Web safe color of #dc906c is #cc9966. Color #dc906c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010000 01101100
Octal 334 220 154
Decimal 220 144 108
Hex DC 90 6C

RGB Percentages of Color #dc906c

%46.61
%30.51
%22.88

CMYK Percentages of Color #dc906c

%0
%35
%51
%14

Triadic Colors of #dc906c

#dc906c #6cdc90 #906cdc

Analogous Colors of #dc906c

#dc906c #dcc86c #dc6c80

Monochromatic Colors of #dc906c

#dc906c

Complementary Color

#dc906c #6cb8dc

#dc906c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc906c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc906c Color CSS Codes

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

#dc906c Text Font Color

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

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


#dc906c Background Color

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

This div background color is #dc906c


#dc906c Border Color

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

This div border color is #dc906c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc906c


Comments

No comments written yet.

Please login to write comment.