Color Hex Logo

#c166bc Color Hex

#C166BC
(193,102,188)
0 Favorites   0 Comments

Color spaces of #c166bc

RGB 193102188
HSL0.840.420.58
HSV303°47°76°
CMYK 0.000.470.03   0.24
XYZ35.820824.471050.4124
Yxy24.47100.32360.2210
Hunter Lab49.468242.6858-25.7940
CIE-Lab56.556348.4195-29.6262

#c166bc color RGB value is (193,102,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100110 10111100
Octal 301 146 274
Decimal 193 102 188
Hex C1 66 BC

RGB Percentages of Color #c166bc

%39.96
%21.12
%38.92

CMYK Percentages of Color #c166bc

%0
%47
%3
%24

Triadic Colors of #c166bc

#c166bc #bcc166 #66bcc1

Analogous Colors of #c166bc

#c166bc #c1668f #9966c1

Monochromatic Colors of #c166bc

#c166bc

Complementary Color

#c166bc #66c16b

#c166bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c166bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c166bc Color CSS Codes

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

#c166bc Text Font Color

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

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


#c166bc Background Color

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

This div background color is #c166bc


#c166bc Border Color

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

This div border color is #c166bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c166bc


Comments

No comments written yet.

Please login to write comment.