Color Hex Logo

#cd6dad Color Hex

#CD6DAD
(205,109,173)
0 Favorites   0 Comments

Color spaces of #cd6dad

RGB 205109173
HSL0.890.490.62
HSV320°47°80°
CMYK 0.000.470.16   0.20
XYZ38.188326.933542.7211
Yxy26.93350.35410.2497
Hunter Lab51.897540.5270-12.4782
CIE-Lab58.912746.0502-17.2569

#cd6dad color RGB value is (205,109,173).

#cd6dad hex color red value is 205, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cd6dad hue: 0.89 , saturation: 0.49 and the lightness value of cd6dad is 0.62.

The process color (four color CMYK) of #cd6dad color hex is 0.00, 0.47, 0.16, 0.20. Web safe color of #cd6dad is #cc6699. Color #cd6dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101101 10101101
Octal 315 155 255
Decimal 205 109 173
Hex CD 6D AD

RGB Percentages of Color #cd6dad

%42.09
%22.38
%35.52

CMYK Percentages of Color #cd6dad

%0
%47
%16
%20

Triadic Colors of #cd6dad

#cd6dad #adcd6d #6dadcd

Analogous Colors of #cd6dad

#cd6dad #cd6d7d #bd6dcd

Monochromatic Colors of #cd6dad

#cd6dad

Complementary Color

#cd6dad #6dcd8d

#cd6dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd6dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd6dad Color CSS Codes

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

#cd6dad Text Font Color

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

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


#cd6dad Background Color

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

This div background color is #cd6dad


#cd6dad Border Color

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

This div border color is #cd6dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd6dad


Comments

No comments written yet.

Please login to write comment.