Color Hex Logo

#c16fcd Color Hex

#C16FCD
(193,111,205)
0 Favorites   0 Comments

Color spaces of #c16fcd

RGB 193111205
HSL0.810.480.62
HSV292°46°80°
CMYK 0.060.460.00   0.20
XYZ38.696227.114160.9516
Yxy27.11410.30530.2139
Hunter Lab52.071241.5259-32.9517
CIE-Lab59.079846.9585-35.3829

#c16fcd color RGB value is (193,111,205).

#c16fcd hex color red value is 193, green value is 111 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c16fcd hue: 0.81 , saturation: 0.48 and the lightness value of c16fcd is 0.62.

The process color (four color CMYK) of #c16fcd color hex is 0.06, 0.46, 0.00, 0.20. Web safe color of #c16fcd is #cc66cc. Color #c16fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101111 11001101
Octal 301 157 315
Decimal 193 111 205
Hex C1 6F CD

RGB Percentages of Color #c16fcd

%37.92
%21.81
%40.28

CMYK Percentages of Color #c16fcd

%6
%46
%0
%20

Triadic Colors of #c16fcd

#c16fcd #cdc16f #6fcdc1

Analogous Colors of #c16fcd

#c16fcd #cd6faa #926fcd

Monochromatic Colors of #c16fcd

#c16fcd

Complementary Color

#c16fcd #7bcd6f

#c16fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16fcd Color CSS Codes

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

#c16fcd Text Font Color

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

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


#c16fcd Background Color

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

This div background color is #c16fcd


#c16fcd Border Color

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

This div border color is #c16fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16fcd


Comments

No comments written yet.

Please login to write comment.