Color Hex Logo

#dc9870 Color Hex

#DC9870
(220,152,112)
0 Favorites   0 Comments

Color spaces of #dc9870

RGB 220152112
HSL0.060.610.65
HSV22°49°86°
CMYK 0.000.310.49   0.14
XYZ43.668138.842020.5249
Yxy38.84200.42380.3770
Hunter Lab62.323416.003724.1004
CIE-Lab68.636721.001431.2499

#dc9870 color RGB value is (220,152,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011000 01110000
Octal 334 230 160
Decimal 220 152 112
Hex DC 98 70

RGB Percentages of Color #dc9870

%45.45
%31.40
%23.14

CMYK Percentages of Color #dc9870

%0
%31
%49
%14

Triadic Colors of #dc9870

#dc9870 #70dc98 #9870dc

Analogous Colors of #dc9870

#dc9870 #dcce70 #dc707e

Monochromatic Colors of #dc9870

#dc9870

Complementary Color

#dc9870 #70b4dc

#dc9870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9870 Color CSS Codes

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

#dc9870 Text Font Color

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

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


#dc9870 Background Color

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

This div background color is #dc9870


#dc9870 Border Color

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

This div border color is #dc9870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9870


Comments

No comments written yet.

Please login to write comment.