Color Hex Logo

#c16ddd Color Hex

#C16DDD
(193,109,221)
0 Favorites   0 Comments

Color spaces of #c16ddd

RGB 193109221
HSL0.790.620.65
HSV285°51°87°
CMYK 0.130.510.00   0.13
XYZ40.512127.495271.5785
Yxy27.49520.29020.1970
Hunter Lab52.435946.1468-44.2298
CIE-Lab59.429951.1577-43.8503

#c16ddd color RGB value is (193,109,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101101 11011101
Octal 301 155 335
Decimal 193 109 221
Hex C1 6D DD

RGB Percentages of Color #c16ddd

%36.90
%20.84
%42.26

CMYK Percentages of Color #c16ddd

%13
%51
%0
%13

Triadic Colors of #c16ddd

#c16ddd #ddc16d #6dddc1

Analogous Colors of #c16ddd

#c16ddd #dd6dc1 #896ddd

Monochromatic Colors of #c16ddd

#c16ddd

Complementary Color

#c16ddd #89dd6d

#c16ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16ddd Color CSS Codes

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

#c16ddd Text Font Color

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

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


#c16ddd Background Color

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

This div background color is #c16ddd


#c16ddd Border Color

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

This div border color is #c16ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,109,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 #c16ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16ddd


Comments

No comments written yet.

Please login to write comment.