Color Hex Logo

#c016dd Color Hex

#C016DD
(192,22,221)
0 Favorites   0 Comments

Color spaces of #c016dd

RGB 19222221
HSL0.810.820.48
HSV291°90°87°
CMYK 0.130.900.00   0.13
XYZ35.076317.000769.8394
Yxy17.00070.28770.1394
Hunter Lab41.231979.6955-71.5642
CIE-Lab48.260981.6558-61.6872

#c016dd color RGB value is (192,22,221).

#c016dd hex color red value is 192, green value is 22 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c016dd hue: 0.81 , saturation: 0.82 and the lightness value of c016dd is 0.48.

The process color (four color CMYK) of #c016dd color hex is 0.13, 0.90, 0.00, 0.13. Web safe color of #c016dd is #cc00cc. Color #c016dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010110 11011101
Octal 300 26 335
Decimal 192 22 221
Hex C0 16 DD

RGB Percentages of Color #c016dd

%44.14
%5.06
%50.80

CMYK Percentages of Color #c016dd

%13
%90
%0
%13

Triadic Colors of #c016dd

#c016dd #ddc016 #16ddc0

Analogous Colors of #c016dd

#c016dd #dd1697 #5d16dd

Monochromatic Colors of #c016dd

#c016dd

Complementary Color

#c016dd #33dd16

#c016dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c016dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c016dd Color CSS Codes

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

#c016dd Text Font Color

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

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


#c016dd Background Color

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

This div background color is #c016dd


#c016dd Border Color

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

This div border color is #c016dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c016dd


Comments

No comments written yet.

Please login to write comment.