Color Hex Logo

#c166bb Color Hex

#C166BB
(193,102,187)
0 Favorites   0 Comments

Color spaces of #c166bb

RGB 193102187
HSL0.840.420.58
HSV304°47°76°
CMYK 0.000.470.03   0.24
XYZ35.713324.428149.8465
Yxy24.42810.32470.2221
Hunter Lab49.424842.4869-25.1985
CIE-Lab56.513948.2407-29.1182

#c166bb color RGB value is (193,102,187).

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

The process color (four color CMYK) of #c166bb color hex is 0.00, 0.47, 0.03, 0.24. Web safe color of #c166bb is #cc66cc. Color #c166bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100110 10111011
Octal 301 146 273
Decimal 193 102 187
Hex C1 66 BB

RGB Percentages of Color #c166bb

%40.04
%21.16
%38.80

CMYK Percentages of Color #c166bb

%0
%47
%3
%24

Triadic Colors of #c166bb

#c166bb #bbc166 #66bbc1

Analogous Colors of #c166bb

#c166bb #c1668e #9a66c1

Monochromatic Colors of #c166bb

#c166bb

Complementary Color

#c166bb #66c16c

#c166bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c166bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c166bb Color CSS Codes

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

#c166bb Text Font Color

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

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


#c166bb Background Color

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

This div background color is #c166bb


#c166bb Border Color

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

This div border color is #c166bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,102,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c166bb


Comments

No comments written yet.

Please login to write comment.