Color Hex Logo

#dc7caa Color Hex

#DC7CAA
(220,124,170)
0 Favorites   0 Comments

Color spaces of #dc7caa

RGB 220124170
HSL0.920.580.67
HSV331°44°86°
CMYK 0.000.440.23   0.14
XYZ43.978632.533241.9918
Yxy32.53320.37110.2745
Hunter Lab57.037937.8147-3.7233
CIE-Lab63.781142.8426-8.0251

#dc7caa color RGB value is (220,124,170).

#dc7caa hex color red value is 220, green value is 124 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dc7caa hue: 0.92 , saturation: 0.58 and the lightness value of dc7caa is 0.67.

The process color (four color CMYK) of #dc7caa color hex is 0.00, 0.44, 0.23, 0.14. Web safe color of #dc7caa is #cc6699. Color #dc7caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111100 10101010
Octal 334 174 252
Decimal 220 124 170
Hex DC 7C AA

RGB Percentages of Color #dc7caa

%42.80
%24.12
%33.07

CMYK Percentages of Color #dc7caa

%0
%44
%23
%14

Triadic Colors of #dc7caa

#dc7caa #aadc7c #7caadc

Analogous Colors of #dc7caa

#dc7caa #dc7e7c #dc7cda

Monochromatic Colors of #dc7caa

#dc7caa

Complementary Color

#dc7caa #7cdcae

#dc7caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7caa Color CSS Codes

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

#dc7caa Text Font Color

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

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


#dc7caa Background Color

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

This div background color is #dc7caa


#dc7caa Border Color

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

This div border color is #dc7caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,124,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 #dc7caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7caa


Comments

No comments written yet.

Please login to write comment.