Color Hex Logo

#c016df Color Hex

#C016DF
(192,22,223)
0 Favorites   0 Comments

Color spaces of #c016df

RGB 19222223
HSL0.810.820.48
HSV291°90°87°
CMYK 0.140.900.00   0.13
XYZ35.344417.108071.2514
Yxy17.10800.28570.1383
Hunter Lab41.361880.1482-73.1819
CIE-Lab48.395881.9857-62.6092

#c016df color RGB value is (192,22,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010110 11011111
Octal 300 26 337
Decimal 192 22 223
Hex C0 16 DF

RGB Percentages of Color #c016df

%43.94
%5.03
%51.03

CMYK Percentages of Color #c016df

%14
%90
%0
%13

Triadic Colors of #c016df

#c016df #dfc016 #16dfc0

Analogous Colors of #c016df

#c016df #df169a #5c16df

Monochromatic Colors of #c016df

#c016df

Complementary Color

#c016df #35df16

#c016df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c016df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c016df Color CSS Codes

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

#c016df Text Font Color

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

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


#c016df Background Color

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

This div background color is #c016df


#c016df Border Color

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

This div border color is #c016df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,22,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c016df


Comments

No comments written yet.

Please login to write comment.