Color Hex Logo

#dc8caa Color Hex

#DC8CAA
(220,140,170)
0 Favorites   0 Comments

Color spaces of #dc8caa

RGB 220140170
HSL0.940.530.71
HSV338°36°86°
CMYK 0.000.360.23   0.14
XYZ46.149036.874142.7153
Yxy36.87410.36700.2933
Hunter Lab60.724029.38920.8003
CIE-Lab67.182534.4417-2.9921

#dc8caa color RGB value is (220,140,170).

#dc8caa hex color red value is 220, green value is 140 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dc8caa hue: 0.94 , saturation: 0.53 and the lightness value of dc8caa is 0.71.

The process color (four color CMYK) of #dc8caa color hex is 0.00, 0.36, 0.23, 0.14. Web safe color of #dc8caa is #cc9999. Color #dc8caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001100 10101010
Octal 334 214 252
Decimal 220 140 170
Hex DC 8C AA

RGB Percentages of Color #dc8caa

%41.51
%26.42
%32.08

CMYK Percentages of Color #dc8caa

%0
%36
%23
%14

Triadic Colors of #dc8caa

#dc8caa #aadc8c #8caadc

Analogous Colors of #dc8caa

#dc8caa #dc968c #dc8cd2

Monochromatic Colors of #dc8caa

#dc8caa

Complementary Color

#dc8caa #8cdcbe

#dc8caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8caa Color CSS Codes

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

#dc8caa Text Font Color

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

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


#dc8caa Background Color

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

This div background color is #dc8caa


#dc8caa Border Color

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

This div border color is #dc8caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8caa


Comments

No comments written yet.

Please login to write comment.