Color Hex Logo

#dc9aad Color Hex

#DC9AAD
(220,154,173)
0 Favorites   0 Comments

Color spaces of #dc9aad

RGB 220154173
HSL0.950.490.73
HSV343°30°86°
CMYK 0.000.300.21   0.14
XYZ48.613641.344044.9531
Yxy41.34400.36030.3065
Hunter Lab64.299322.43153.5585
CIE-Lab70.416327.37780.0701

#dc9aad color RGB value is (220,154,173).

#dc9aad hex color red value is 220, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dc9aad hue: 0.95 , saturation: 0.49 and the lightness value of dc9aad is 0.73.

The process color (four color CMYK) of #dc9aad color hex is 0.00, 0.30, 0.21, 0.14. Web safe color of #dc9aad is #cc9999. Color #dc9aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011010 10101101
Octal 334 232 255
Decimal 220 154 173
Hex DC 9A AD

RGB Percentages of Color #dc9aad

%40.22
%28.15
%31.63

CMYK Percentages of Color #dc9aad

%0
%30
%21
%14

Triadic Colors of #dc9aad

#dc9aad #addc9a #9aaddc

Analogous Colors of #dc9aad

#dc9aad #dca89a #dc9ace

Monochromatic Colors of #dc9aad

#dc9aad

Complementary Color

#dc9aad #9adcc9

#dc9aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9aad Color CSS Codes

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

#dc9aad Text Font Color

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

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


#dc9aad Background Color

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

This div background color is #dc9aad


#dc9aad Border Color

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

This div border color is #dc9aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9aad


Comments

No comments written yet.

Please login to write comment.