Color Hex Logo

#c166db Color Hex

#C166DB
(193,102,219)
0 Favorites   0 Comments

Color spaces of #c166db

RGB 193102219
HSL0.800.620.63
HSV287°53°86°
CMYK 0.120.530.00   0.14
XYZ39.529925.954769.9441
Yxy25.95470.29190.1916
Hunter Lab50.945849.3469-45.7380
CIE-Lab57.994054.2810-44.9921

#c166db color RGB value is (193,102,219).

#c166db hex color red value is 193, green value is 102 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c166db hue: 0.80 , saturation: 0.62 and the lightness value of c166db is 0.63.

The process color (four color CMYK) of #c166db color hex is 0.12, 0.53, 0.00, 0.14. Web safe color of #c166db is #cc66cc. Color #c166db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100110 11011011
Octal 301 146 333
Decimal 193 102 219
Hex C1 66 DB

RGB Percentages of Color #c166db

%37.55
%19.84
%42.61

CMYK Percentages of Color #c166db

%12
%53
%0
%14

Triadic Colors of #c166db

#c166db #dbc166 #66dbc1

Analogous Colors of #c166db

#c166db #db66bb #8766db

Monochromatic Colors of #c166db

#c166db

Complementary Color

#c166db #80db66

#c166db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c166db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c166db Color CSS Codes

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

#c166db Text Font Color

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

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


#c166db Background Color

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

This div background color is #c166db


#c166db Border Color

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

This div border color is #c166db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c166db


Comments

No comments written yet.

Please login to write comment.