Color Hex Logo

#dc6dad Color Hex

#DC6DAD
(220,109,173)
0 Favorites   0 Comments

Color spaces of #dc6dad

RGB 220109173
HSL0.900.610.65
HSV325°50°86°
CMYK 0.000.500.21   0.14
XYZ42.526729.170142.9241
Yxy29.17010.37100.2545
Hunter Lab54.009446.0337-9.3144
CIE-Lab60.931550.8223-14.0079

#dc6dad color RGB value is (220,109,173).

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

The process color (four color CMYK) of #dc6dad color hex is 0.00, 0.50, 0.21, 0.14. Web safe color of #dc6dad is #cc6699. Color #dc6dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101101 10101101
Octal 334 155 255
Decimal 220 109 173
Hex DC 6D AD

RGB Percentages of Color #dc6dad

%43.82
%21.71
%34.46

CMYK Percentages of Color #dc6dad

%0
%50
%21
%14

Triadic Colors of #dc6dad

#dc6dad #addc6d #6daddc

Analogous Colors of #dc6dad

#dc6dad #dc6d76 #d46ddc

Monochromatic Colors of #dc6dad

#dc6dad

Complementary Color

#dc6dad #6ddc9c

#dc6dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6dad Color CSS Codes

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

#dc6dad Text Font Color

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

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


#dc6dad Background Color

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

This div background color is #dc6dad


#dc6dad Border Color

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

This div border color is #dc6dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6dad


Comments

No comments written yet.

Please login to write comment.