Color Hex Logo

#cd6aaa Color Hex

#CD6AAA
(205,106,170)
0 Favorites   0 Comments

Color spaces of #cd6aaa

RGB 205106170
HSL0.890.500.61
HSV321°48°80°
CMYK 0.000.480.17   0.20
XYZ37.586626.189541.1043
Yxy26.18950.35840.2497
Hunter Lab51.175741.5441-11.7987
CIE-Lab58.216547.1032-16.5864

#cd6aaa color RGB value is (205,106,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101010 10101010
Octal 315 152 252
Decimal 205 106 170
Hex CD 6A AA

RGB Percentages of Color #cd6aaa

%42.62
%22.04
%35.34

CMYK Percentages of Color #cd6aaa

%0
%48
%17
%20

Triadic Colors of #cd6aaa

#cd6aaa #aacd6a #6aaacd

Analogous Colors of #cd6aaa

#cd6aaa #cd6a79 #bf6acd

Monochromatic Colors of #cd6aaa

#cd6aaa

Complementary Color

#cd6aaa #6acd8d

#cd6aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd6aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd6aaa Color CSS Codes

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

#cd6aaa Text Font Color

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

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


#cd6aaa Background Color

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

This div background color is #cd6aaa


#cd6aaa Border Color

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

This div border color is #cd6aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd6aaa


Comments

No comments written yet.

Please login to write comment.