Color Hex Logo

#cd84ac Color Hex

#CD84AC
(205,132,172)
0 Favorites   0 Comments

Color spaces of #cd84ac

RGB 205132172
HSL0.910.420.66
HSV327°36°80°
CMYK 0.000.360.16   0.20
XYZ40.874532.460243.1409
Yxy32.46020.35090.2787
Hunter Lab56.973928.3562-5.0130
CIE-Lab63.721433.7785-9.4440

#cd84ac color RGB value is (205,132,172).

#cd84ac hex color red value is 205, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cd84ac hue: 0.91 , saturation: 0.42 and the lightness value of cd84ac is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000100 10101100
Octal 315 204 254
Decimal 205 132 172
Hex CD 84 AC

RGB Percentages of Color #cd84ac

%40.28
%25.93
%33.79

CMYK Percentages of Color #cd84ac

%0
%36
%16
%20

Triadic Colors of #cd84ac

#cd84ac #accd84 #84accd

Analogous Colors of #cd84ac

#cd84ac #cd8488 #ca84cd

Monochromatic Colors of #cd84ac

#cd84ac

Complementary Color

#cd84ac #84cda5

#cd84ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd84ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd84ac Color CSS Codes

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

#cd84ac Text Font Color

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

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


#cd84ac Background Color

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

This div background color is #cd84ac


#cd84ac Border Color

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

This div border color is #cd84ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd84ac


Comments

No comments written yet.

Please login to write comment.