Color Hex Logo

#dc8dad Color Hex

#DC8DAD
(220,141,173)
0 Favorites   0 Comments

Color spaces of #dc8dad

RGB 220141173
HSL0.930.530.71
HSV336°36°86°
CMYK 0.000.360.21   0.14
XYZ46.582937.282544.2762
Yxy37.28250.36350.2909
Hunter Lab61.059429.3257-0.2516
CIE-Lab67.488434.3506-4.2266

#dc8dad color RGB value is (220,141,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001101 10101101
Octal 334 215 255
Decimal 220 141 173
Hex DC 8D AD

RGB Percentages of Color #dc8dad

%41.20
%26.40
%32.40

CMYK Percentages of Color #dc8dad

%0
%36
%21
%14

Triadic Colors of #dc8dad

#dc8dad #addc8d #8daddc

Analogous Colors of #dc8dad

#dc8dad #dc958d #dc8dd5

Monochromatic Colors of #dc8dad

#dc8dad

Complementary Color

#dc8dad #8ddcbc

#dc8dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8dad Color CSS Codes

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

#dc8dad Text Font Color

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

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


#dc8dad Background Color

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

This div background color is #dc8dad


#dc8dad Border Color

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

This div border color is #dc8dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8dad


Comments

No comments written yet.

Please login to write comment.