Color Hex Logo

#cd72aa Color Hex

#CD72AA
(205,114,170)
0 Favorites   0 Comments

Color spaces of #cd72aa

RGB 205114170
HSL0.900.480.63
HSV323°44°80°
CMYK 0.000.440.17   0.20
XYZ38.449927.916041.3920
Yxy27.91600.35680.2591
Hunter Lab52.835637.4370-9.4635
CIE-Lab59.812843.0112-14.1707

#cd72aa color RGB value is (205,114,170).

#cd72aa hex color red value is 205, green value is 114 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cd72aa hue: 0.90 , saturation: 0.48 and the lightness value of cd72aa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110010 10101010
Octal 315 162 252
Decimal 205 114 170
Hex CD 72 AA

RGB Percentages of Color #cd72aa

%41.92
%23.31
%34.76

CMYK Percentages of Color #cd72aa

%0
%44
%17
%20

Triadic Colors of #cd72aa

#cd72aa #aacd72 #72aacd

Analogous Colors of #cd72aa

#cd72aa #cd727d #c372cd

Monochromatic Colors of #cd72aa

#cd72aa

Complementary Color

#cd72aa #72cd95

#cd72aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd72aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd72aa Color CSS Codes

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

#cd72aa Text Font Color

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

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


#cd72aa Background Color

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

This div background color is #cd72aa


#cd72aa Border Color

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

This div border color is #cd72aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd72aa


Comments

No comments written yet.

Please login to write comment.