Color Hex Logo

#c316df Color Hex

#C316DF
(195,22,223)
0 Favorites   0 Comments

Color spaces of #c316df

RGB 19522223
HSL0.810.820.48
HSV292°90°87°
CMYK 0.130.900.00   0.13
XYZ36.111917.503671.2873
Yxy17.50360.28910.1401
Hunter Lab41.837380.8571-71.7391
CIE-Lab48.888482.4465-61.7891

#c316df color RGB value is (195,22,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010110 11011111
Octal 303 26 337
Decimal 195 22 223
Hex C3 16 DF

RGB Percentages of Color #c316df

%44.32
%5.00
%50.68

CMYK Percentages of Color #c316df

%13
%90
%0
%13

Triadic Colors of #c316df

#c316df #dfc316 #16dfc3

Analogous Colors of #c316df

#c316df #df1697 #5f16df

Monochromatic Colors of #c316df

#c316df

Complementary Color

#c316df #32df16

#c316df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c316df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c316df Color CSS Codes

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

#c316df Text Font Color

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

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


#c316df Background Color

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

This div background color is #c316df


#c316df Border Color

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

This div border color is #c316df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c316df


Comments

No comments written yet.

Please login to write comment.