Color Hex Logo

#c166aa Color Hex

#C166AA
(193,102,170)
0 Favorites   0 Comments

Color spaces of #c166aa

RGB 193102170
HSL0.880.420.58
HSV315°47°76°
CMYK 0.000.470.12   0.24
XYZ33.999423.742540.8210
Yxy23.74250.34500.2409
Hunter Lab48.726339.2797-15.5625
CIE-Lab55.829145.3260-20.3698

#c166aa color RGB value is (193,102,170).

#c166aa hex color red value is 193, green value is 102 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c166aa hue: 0.88 , saturation: 0.42 and the lightness value of c166aa is 0.58.

The process color (four color CMYK) of #c166aa color hex is 0.00, 0.47, 0.12, 0.24. Web safe color of #c166aa is #cc6699. Color #c166aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100110 10101010
Octal 301 146 252
Decimal 193 102 170
Hex C1 66 AA

RGB Percentages of Color #c166aa

%41.51
%21.94
%36.56

CMYK Percentages of Color #c166aa

%0
%47
%12
%24

Triadic Colors of #c166aa

#c166aa #aac166 #66aac1

Analogous Colors of #c166aa

#c166aa #c1667d #ab66c1

Monochromatic Colors of #c166aa

#c166aa

Complementary Color

#c166aa #66c17d

#c166aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c166aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c166aa Color CSS Codes

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

#c166aa Text Font Color

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

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


#c166aa Background Color

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

This div background color is #c166aa


#c166aa Border Color

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

This div border color is #c166aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c166aa


Comments

No comments written yet.

Please login to write comment.