Color Hex Logo

#c66aac Color Hex

#C66AAC
(198,106,172)
0 Favorites   0 Comments

Color spaces of #c66aac

RGB 198106172
HSL0.880.450.60
HSV317°46°78°
CMYK 0.000.460.13   0.22
XYZ35.889125.292442.0201
Yxy25.29240.34780.2451
Hunter Lab50.291539.3711-14.3345
CIE-Lab57.359245.1881-19.1301

#c66aac color RGB value is (198,106,172).

#c66aac hex color red value is 198, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c66aac hue: 0.88 , saturation: 0.45 and the lightness value of c66aac is 0.60.

The process color (four color CMYK) of #c66aac color hex is 0.00, 0.46, 0.13, 0.22. Web safe color of #c66aac is #cc6699. Color #c66aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101010 10101100
Octal 306 152 254
Decimal 198 106 172
Hex C6 6A AC

RGB Percentages of Color #c66aac

%41.60
%22.27
%36.13

CMYK Percentages of Color #c66aac

%0
%46
%13
%22

Triadic Colors of #c66aac

#c66aac #acc66a #6aacc6

Analogous Colors of #c66aac

#c66aac #c66a7e #b26ac6

Monochromatic Colors of #c66aac

#c66aac

Complementary Color

#c66aac #6ac684

#c66aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66aac Color CSS Codes

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

#c66aac Text Font Color

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

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


#c66aac Background Color

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

This div background color is #c66aac


#c66aac Border Color

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

This div border color is #c66aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66aac


Comments

No comments written yet.

Please login to write comment.