Color Hex Logo

#c66aaf Color Hex

#C66AAF
(198,106,175)
0 Favorites   0 Comments

Color spaces of #c66aaf

RGB 198106175
HSL0.880.450.60
HSV315°46°78°
CMYK 0.000.460.12   0.22
XYZ36.180625.409043.5549
Yxy25.40900.34410.2417
Hunter Lab50.407339.9081-15.9449
CIE-Lab57.471845.6787-20.6877

#c66aaf color RGB value is (198,106,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101010 10101111
Octal 306 152 257
Decimal 198 106 175
Hex C6 6A AF

RGB Percentages of Color #c66aaf

%41.34
%22.13
%36.53

CMYK Percentages of Color #c66aaf

%0
%46
%12
%22

Triadic Colors of #c66aaf

#c66aaf #afc66a #6aafc6

Analogous Colors of #c66aaf

#c66aaf #c66a81 #af6ac6

Monochromatic Colors of #c66aaf

#c66aaf

Complementary Color

#c66aaf #6ac681

#c66aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66aaf Color CSS Codes

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

#c66aaf Text Font Color

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

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


#c66aaf Background Color

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

This div background color is #c66aaf


#c66aaf Border Color

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

This div border color is #c66aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,106,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c66aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66aaf


Comments

No comments written yet.

Please login to write comment.