Color Hex Logo

#c16cdd Color Hex

#C16CDD
(193,108,221)
0 Favorites   0 Comments

Color spaces of #c16cdd

RGB 193108221
HSL0.790.620.65
HSV285°51°87°
CMYK 0.130.510.00   0.13
XYZ40.406027.283071.5431
Yxy27.28300.29020.1960
Hunter Lab52.233146.6743-44.6456
CIE-Lab59.235451.6675-44.1570

#c16cdd color RGB value is (193,108,221).

#c16cdd hex color red value is 193, green value is 108 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c16cdd hue: 0.79 , saturation: 0.62 and the lightness value of c16cdd is 0.65.

The process color (four color CMYK) of #c16cdd color hex is 0.13, 0.51, 0.00, 0.13. Web safe color of #c16cdd is #cc66cc. Color #c16cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101100 11011101
Octal 301 154 335
Decimal 193 108 221
Hex C1 6C DD

RGB Percentages of Color #c16cdd

%36.97
%20.69
%42.34

CMYK Percentages of Color #c16cdd

%13
%51
%0
%13

Triadic Colors of #c16cdd

#c16cdd #ddc16c #6cddc1

Analogous Colors of #c16cdd

#c16cdd #dd6cc1 #896cdd

Monochromatic Colors of #c16cdd

#c16cdd

Complementary Color

#c16cdd #88dd6c

#c16cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16cdd Color CSS Codes

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

#c16cdd Text Font Color

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

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


#c16cdd Background Color

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

This div background color is #c16cdd


#c16cdd Border Color

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

This div border color is #c16cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16cdd


Comments

No comments written yet.

Please login to write comment.