Color Hex Logo

#cd6daa Color Hex

#CD6DAA
(205,109,170)
0 Favorites   0 Comments

Color spaces of #cd6daa

RGB 205109170
HSL0.890.490.62
HSV322°47°80°
CMYK 0.000.470.17   0.20
XYZ37.901226.818741.2091
Yxy26.81870.35780.2532
Hunter Lab51.786840.0120-10.9290
CIE-Lab58.806145.5827-15.6925

#cd6daa color RGB value is (205,109,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101101 10101010
Octal 315 155 252
Decimal 205 109 170
Hex CD 6D AA

RGB Percentages of Color #cd6daa

%42.36
%22.52
%35.12

CMYK Percentages of Color #cd6daa

%0
%47
%17
%20

Triadic Colors of #cd6daa

#cd6daa #aacd6d #6daacd

Analogous Colors of #cd6daa

#cd6daa #cd6d7a #c06dcd

Monochromatic Colors of #cd6daa

#cd6daa

Complementary Color

#cd6daa #6dcd90

#cd6daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd6daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd6daa Color CSS Codes

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

#cd6daa Text Font Color

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

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


#cd6daa Background Color

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

This div background color is #cd6daa


#cd6daa Border Color

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

This div border color is #cd6daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd6daa


Comments

No comments written yet.

Please login to write comment.