Color Hex Logo

#cc84aa Color Hex

#CC84AA
(204,132,170)
0 Favorites   0 Comments

Color spaces of #cc84aa

RGB 204132170
HSL0.910.410.66
HSV328°35°80°
CMYK 0.000.350.17   0.20
XYZ40.408832.242242.1238
Yxy32.24220.35210.2809
Hunter Lab56.782227.6598-4.2366
CIE-Lab63.542633.1107-8.5888

#cc84aa color RGB value is (204,132,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 10101010
Octal 314 204 252
Decimal 204 132 170
Hex CC 84 AA

RGB Percentages of Color #cc84aa

%40.32
%26.09
%33.60

CMYK Percentages of Color #cc84aa

%0
%35
%17
%20

Triadic Colors of #cc84aa

#cc84aa #aacc84 #84aacc

Analogous Colors of #cc84aa

#cc84aa #cc8486 #ca84cc

Monochromatic Colors of #cc84aa

#cc84aa

Complementary Color

#cc84aa #84cca6

#cc84aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc84aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc84aa Color CSS Codes

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

#cc84aa Text Font Color

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

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


#cc84aa Background Color

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

This div background color is #cc84aa


#cc84aa Border Color

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

This div border color is #cc84aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc84aa


Comments

No comments written yet.

Please login to write comment.