Color Hex Logo

#c316fd Color Hex

#C316FD
(195,22,253)
0 Favorites   0 Comments

Color spaces of #c316fd

RGB 19522253
HSL0.790.980.54
HSV285°91°99°
CMYK 0.230.910.00   0.01
XYZ40.522219.267894.5118
Yxy19.26780.26260.1249
Hunter Lab43.895187.9676-96.9324
CIE-Lab50.999187.5289-75.2669

#c316fd color RGB value is (195,22,253).

#c316fd hex color red value is 195, green value is 22 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c316fd hue: 0.79 , saturation: 0.98 and the lightness value of c316fd is 0.54.

The process color (four color CMYK) of #c316fd color hex is 0.23, 0.91, 0.00, 0.01. Web safe color of #c316fd is #cc00ff. Color #c316fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010110 11111101
Octal 303 26 375
Decimal 195 22 253
Hex C3 16 FD

RGB Percentages of Color #c316fd

%41.49
%4.68
%53.83

CMYK Percentages of Color #c316fd

%23
%91
%0
%1

Triadic Colors of #c316fd

#c316fd #fdc316 #16fdc3

Analogous Colors of #c316fd

#c316fd #fd16c4 #4f16fd

Monochromatic Colors of #c316fd

#c316fd

Complementary Color

#c316fd #50fd16

#c316fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c316fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c316fd Color CSS Codes

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

#c316fd Text Font Color

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

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


#c316fd Background Color

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

This div background color is #c316fd


#c316fd Border Color

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

This div border color is #c316fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c316fd


Comments

No comments written yet.

Please login to write comment.