Color Hex Logo

#cd64aa Color Hex

#CD64AA
(205,100,170)
0 Favorites   0 Comments

Color spaces of #cd64aa

RGB 205100170
HSL0.890.510.60
HSV320°51°80°
CMYK 0.000.510.17   0.20
XYZ36.989724.995840.9053
Yxy24.99580.35950.2429
Hunter Lab49.995844.5717-13.5125
CIE-Lab57.071350.0861-18.3272

#cd64aa color RGB value is (205,100,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100100 10101010
Octal 315 144 252
Decimal 205 100 170
Hex CD 64 AA

RGB Percentages of Color #cd64aa

%43.16
%21.05
%35.79

CMYK Percentages of Color #cd64aa

%0
%51
%17
%20

Triadic Colors of #cd64aa

#cd64aa #aacd64 #64aacd

Analogous Colors of #cd64aa

#cd64aa #cd6476 #bc64cd

Monochromatic Colors of #cd64aa

#cd64aa

Complementary Color

#cd64aa #64cd87

#cd64aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd64aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd64aa Color CSS Codes

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

#cd64aa Text Font Color

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

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


#cd64aa Background Color

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

This div background color is #cd64aa


#cd64aa Border Color

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

This div border color is #cd64aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd64aa


Comments

No comments written yet.

Please login to write comment.