Color Hex Logo

#c516fd Color Hex

#C516FD
(197,22,253)
0 Favorites   0 Comments

Color spaces of #c516fd

RGB 19722253
HSL0.790.980.54
HSV285°91°99°
CMYK 0.220.910.00   0.01
XYZ41.042519.536094.5361
Yxy19.53600.26460.1259
Hunter Lab44.199588.4010-95.8726
CIE-Lab51.308587.7989-74.7498

#c516fd color RGB value is (197,22,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010110 11111101
Octal 305 26 375
Decimal 197 22 253
Hex C5 16 FD

RGB Percentages of Color #c516fd

%41.74
%4.66
%53.60

CMYK Percentages of Color #c516fd

%22
%91
%0
%1

Triadic Colors of #c516fd

#c516fd #fdc516 #16fdc5

Analogous Colors of #c516fd

#c516fd #fd16c2 #5116fd

Monochromatic Colors of #c516fd

#c516fd

Complementary Color

#c516fd #4efd16

#c516fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c516fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c516fd Color CSS Codes

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

#c516fd Text Font Color

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

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


#c516fd Background Color

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

This div background color is #c516fd


#c516fd Border Color

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

This div border color is #c516fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c516fd

Related Colors


Comments

No comments written yet.

Please login to write comment.