Color Hex Logo

#cc6aac Color Hex

#CC6AAC
(204,106,172)
0 Favorites   0 Comments

Color spaces of #cc6aac

RGB 204106172
HSL0.890.490.61
HSV320°48°80°
CMYK 0.000.480.16   0.20
XYZ37.502326.124042.0956
Yxy26.12400.35470.2471
Hunter Lab51.111641.5260-13.0532
CIE-Lab58.154647.0955-17.8460

#cc6aac color RGB value is (204,106,172).

#cc6aac hex color red value is 204, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cc6aac hue: 0.89 , saturation: 0.49 and the lightness value of cc6aac is 0.61.

The process color (four color CMYK) of #cc6aac color hex is 0.00, 0.48, 0.16, 0.20. Web safe color of #cc6aac is #cc6699. Color #cc6aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101010 10101100
Octal 314 152 254
Decimal 204 106 172
Hex CC 6A AC

RGB Percentages of Color #cc6aac

%42.32
%21.99
%35.68

CMYK Percentages of Color #cc6aac

%0
%48
%16
%20

Triadic Colors of #cc6aac

#cc6aac #accc6a #6aaccc

Analogous Colors of #cc6aac

#cc6aac #cc6a7b #bb6acc

Monochromatic Colors of #cc6aac

#cc6aac

Complementary Color

#cc6aac #6acc8a

#cc6aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6aac Color CSS Codes

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

#cc6aac Text Font Color

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

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


#cc6aac Background Color

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

This div background color is #cc6aac


#cc6aac Border Color

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

This div border color is #cc6aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6aac


Comments

No comments written yet.

Please login to write comment.