Color Hex Logo

#c66eaa Color Hex

#C66EAA
(198,110,170)
0 Favorites   0 Comments

Color spaces of #c66eaa

RGB 198110170
HSL0.890.440.60
HSV319°44°78°
CMYK 0.000.440.14   0.22
XYZ36.120326.059941.1565
Yxy26.05990.34950.2522
Hunter Lab51.048936.9644-12.0664
CIE-Lab58.093942.7959-16.8590

#c66eaa color RGB value is (198,110,170).

#c66eaa hex color red value is 198, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c66eaa hue: 0.89 , saturation: 0.44 and the lightness value of c66eaa is 0.60.

The process color (four color CMYK) of #c66eaa color hex is 0.00, 0.44, 0.14, 0.22. Web safe color of #c66eaa is #cc6699. Color #c66eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101110 10101010
Octal 306 156 252
Decimal 198 110 170
Hex C6 6E AA

RGB Percentages of Color #c66eaa

%41.42
%23.01
%35.56

CMYK Percentages of Color #c66eaa

%0
%44
%14
%22

Triadic Colors of #c66eaa

#c66eaa #aac66e #6eaac6

Analogous Colors of #c66eaa

#c66eaa #c66e7e #b66ec6

Monochromatic Colors of #c66eaa

#c66eaa

Complementary Color

#c66eaa #6ec68a

#c66eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66eaa Color CSS Codes

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

#c66eaa Text Font Color

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

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


#c66eaa Background Color

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

This div background color is #c66eaa


#c66eaa Border Color

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

This div border color is #c66eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66eaa


Comments

No comments written yet.

Please login to write comment.