Color Hex Logo

#cc84ac Color Hex

#CC84AC
(204,132,172)
0 Favorites   0 Comments

Color spaces of #cc84ac

RGB 204132172
HSL0.910.410.66
HSV327°35°80°
CMYK 0.000.350.16   0.20
XYZ40.599532.318543.1280
Yxy32.31850.34990.2785
Hunter Lab56.849427.9910-5.1850
CIE-Lab63.605333.4309-9.6297

#cc84ac color RGB value is (204,132,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 10101100
Octal 314 204 254
Decimal 204 132 172
Hex CC 84 AC

RGB Percentages of Color #cc84ac

%40.16
%25.98
%33.86

CMYK Percentages of Color #cc84ac

%0
%35
%16
%20

Triadic Colors of #cc84ac

#cc84ac #accc84 #84accc

Analogous Colors of #cc84ac

#cc84ac #cc8488 #c884cc

Monochromatic Colors of #cc84ac

#cc84ac

Complementary Color

#cc84ac #84cca4

#cc84ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc84ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc84ac Color CSS Codes

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

#cc84ac Text Font Color

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

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


#cc84ac Background Color

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

This div background color is #cc84ac


#cc84ac Border Color

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

This div border color is #cc84ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc84ac


Comments

No comments written yet.

Please login to write comment.