Color Hex Logo

#c316ed Color Hex

#C316ED
(195,22,237)
0 Favorites   0 Comments

Color spaces of #c316ed

RGB 19522237
HSL0.800.860.51
HSV288°91°93°
CMYK 0.180.910.00   0.07
XYZ38.078618.290381.6442
Yxy18.29030.27590.1325
Hunter Lab42.767284.0885-83.2499
CIE-Lab49.846384.7758-68.1705

#c316ed color RGB value is (195,22,237).

#c316ed hex color red value is 195, green value is 22 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c316ed hue: 0.80 , saturation: 0.86 and the lightness value of c316ed is 0.51.

The process color (four color CMYK) of #c316ed color hex is 0.18, 0.91, 0.00, 0.07. Web safe color of #c316ed is #cc00ff. Color #c316ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010110 11101101
Octal 303 26 355
Decimal 195 22 237
Hex C3 16 ED

RGB Percentages of Color #c316ed

%42.95
%4.85
%52.20

CMYK Percentages of Color #c316ed

%18
%91
%0
%7

Triadic Colors of #c316ed

#c316ed #edc316 #16edc3

Analogous Colors of #c316ed

#c316ed #ed16ac #5716ed

Monochromatic Colors of #c316ed

#c316ed

Complementary Color

#c316ed #40ed16

#c316ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c316ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c316ed Color CSS Codes

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

#c316ed Text Font Color

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

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


#c316ed Background Color

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

This div background color is #c316ed


#c316ed Border Color

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

This div border color is #c316ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c316ed


Comments

No comments written yet.

Please login to write comment.