Color Hex Logo

#cd80ac Color Hex

#CD80AC
(205,128,172)
0 Favorites   0 Comments

Color spaces of #cd80ac

RGB 205128172
HSL0.900.440.65
HSV326°38°80°
CMYK 0.000.380.16   0.20
XYZ40.342431.396042.9635
Yxy31.39600.35170.2737
Hunter Lab56.032130.4614-6.2390
CIE-Lab62.840535.9307-10.7612

#cd80ac color RGB value is (205,128,172).

#cd80ac hex color red value is 205, green value is 128 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cd80ac hue: 0.90 , saturation: 0.44 and the lightness value of cd80ac is 0.65.

The process color (four color CMYK) of #cd80ac color hex is 0.00, 0.38, 0.16, 0.20. Web safe color of #cd80ac is #cc9999. Color #cd80ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000000 10101100
Octal 315 200 254
Decimal 205 128 172
Hex CD 80 AC

RGB Percentages of Color #cd80ac

%40.59
%25.35
%34.06

CMYK Percentages of Color #cd80ac

%0
%38
%16
%20

Triadic Colors of #cd80ac

#cd80ac #accd80 #80accd

Analogous Colors of #cd80ac

#cd80ac #cd8086 #c880cd

Monochromatic Colors of #cd80ac

#cd80ac

Complementary Color

#cd80ac #80cda1

#cd80ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd80ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd80ac Color CSS Codes

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

#cd80ac Text Font Color

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

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


#cd80ac Background Color

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

This div background color is #cd80ac


#cd80ac Border Color

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

This div border color is #cd80ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,128,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cd80ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd80ac


Comments

No comments written yet.

Please login to write comment.