Color Hex Logo

#cd72ad Color Hex

#CD72AD
(205,114,173)
0 Favorites   0 Comments

Color spaces of #cd72ad

RGB 205114173
HSL0.890.480.63
HSV321°44°80°
CMYK 0.000.440.16   0.20
XYZ38.737028.030942.9040
Yxy28.03090.35320.2556
Hunter Lab52.944237.9484-10.9854
CIE-Lab59.916643.4816-15.7346

#cd72ad color RGB value is (205,114,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110010 10101101
Octal 315 162 255
Decimal 205 114 173
Hex CD 72 AD

RGB Percentages of Color #cd72ad

%41.67
%23.17
%35.16

CMYK Percentages of Color #cd72ad

%0
%44
%16
%20

Triadic Colors of #cd72ad

#cd72ad #adcd72 #72adcd

Analogous Colors of #cd72ad

#cd72ad #cd7280 #c072cd

Monochromatic Colors of #cd72ad

#cd72ad

Complementary Color

#cd72ad #72cd92

#cd72ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd72ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd72ad Color CSS Codes

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

#cd72ad Text Font Color

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

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


#cd72ad Background Color

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

This div background color is #cd72ad


#cd72ad Border Color

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

This div border color is #cd72ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd72ad


Comments

No comments written yet.

Please login to write comment.