Color Hex Logo

#c166ff Color Hex

#C166FF
(193,102,255)
0 Favorites   0 Comments

Color spaces of #c166ff

RGB 193102255
HSL0.771.000.70
HSV276°60°100°
CMYK 0.240.600.00   0.00
XYZ44.793728.060297.6630
Yxy28.06020.26270.1646
Hunter Lab52.971958.2411-72.2313
CIE-Lab59.943161.7606-61.9434

#c166ff color RGB value is (193,102,255).

#c166ff hex color red value is 193, green value is 102 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c166ff hue: 0.77 , saturation: 1.00 and the lightness value of c166ff is 0.70.

The process color (four color CMYK) of #c166ff color hex is 0.24, 0.60, 0.00, 0.00. Web safe color of #c166ff is #cc66ff. Color #c166ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100110 11111111
Octal 301 146 377
Decimal 193 102 255
Hex C1 66 FF

RGB Percentages of Color #c166ff

%35.09
%18.55
%46.36

CMYK Percentages of Color #c166ff

%24
%60
%0
%0

Triadic Colors of #c166ff

#c166ff #ffc166 #66ffc1

Analogous Colors of #c166ff

#c166ff #ff66f1 #7566ff

Monochromatic Colors of #c166ff

#c166ff

Complementary Color

#c166ff #a4ff66

#c166ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c166ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c166ff Color CSS Codes

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

#c166ff Text Font Color

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

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


#c166ff Background Color

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

This div background color is #c166ff


#c166ff Border Color

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

This div border color is #c166ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c166ff


Comments

No comments written yet.

Please login to write comment.