Color Hex Logo

#c216df Color Hex

#C216DF
(194,22,223)
0 Favorites   0 Comments

Color spaces of #c216df

RGB 19422223
HSL0.810.820.48
HSV291°90°87°
CMYK 0.130.900.00   0.13
XYZ35.854317.370971.2752
Yxy17.37090.28800.1395
Hunter Lab41.678480.6193-72.2183
CIE-Lab48.724082.2919-62.0627

#c216df color RGB value is (194,22,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010110 11011111
Octal 302 26 337
Decimal 194 22 223
Hex C2 16 DF

RGB Percentages of Color #c216df

%44.19
%5.01
%50.80

CMYK Percentages of Color #c216df

%13
%90
%0
%13

Triadic Colors of #c216df

#c216df #dfc216 #16dfc2

Analogous Colors of #c216df

#c216df #df1698 #5e16df

Monochromatic Colors of #c216df

#c216df

Complementary Color

#c216df #33df16

#c216df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c216df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c216df Color CSS Codes

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

#c216df Text Font Color

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

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


#c216df Background Color

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

This div background color is #c216df


#c216df Border Color

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

This div border color is #c216df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c216df


Comments

No comments written yet.

Please login to write comment.