Color Hex Logo

#cc77aa Color Hex

#CC77AA
(204,119,170)
3 Favorites   0 Comments

Color spaces of #cc77aa

RGB 204119170
HSL0.900.450.63
HSV324°42°80°
CMYK 0.000.420.17   0.20
XYZ38.754428.933341.5723
Yxy28.93330.35470.2648
Hunter Lab53.789734.4738-8.1705
CIE-Lab60.722740.0626-12.8118

#cc77aa color RGB value is (204,119,170). This hex color code is also a web safe color which is equal to #C7A.

#cc77aa hex color red value is 204, green value is 119 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cc77aa hue: 0.90 , saturation: 0.45 and the lightness value of cc77aa is 0.63.

The process color (four color CMYK) of #cc77aa color hex is 0.00, 0.42, 0.17, 0.20. Web safe color of #cc77aa is #cc6699. Color #cc77aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110111 10101010
Octal 314 167 252
Decimal 204 119 170
Hex CC 77 AA

RGB Percentages of Color #cc77aa

%41.38
%24.14
%34.48

CMYK Percentages of Color #cc77aa

%0
%42
%17
%20

Triadic Colors of #cc77aa

#cc77aa #aacc77 #77aacc

Analogous Colors of #cc77aa

#cc77aa #cc7780 #c477cc

Monochromatic Colors of #cc77aa

#cc77aa

Complementary Color

#cc77aa #77cc99

#cc77aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc77aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc77aa Color CSS Codes

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

#cc77aa Text Font Color

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

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


#cc77aa Background Color

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

This div background color is #cc77aa


#cc77aa Border Color

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

This div border color is #cc77aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc77aa


Comments

No comments written yet.

Please login to write comment.