Color Hex Logo

#c516cf Color Hex

#C516CF
(197,22,207)
0 Favorites   0 Comments

Color spaces of #c516cf

RGB 19722207
HSL0.820.810.45
HSV297°89°81°
CMYK 0.050.890.00   0.19
XYZ34.575416.949160.4807
Yxy16.94910.30870.1513
Hunter Lab41.169377.8643-58.2829
CIE-Lab48.195880.2210-53.7227

#c516cf color RGB value is (197,22,207).

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

The process color (four color CMYK) of #c516cf color hex is 0.05, 0.89, 0.00, 0.19. Web safe color of #c516cf is #cc00cc. Color #c516cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010110 11001111
Octal 305 26 317
Decimal 197 22 207
Hex C5 16 CF

RGB Percentages of Color #c516cf

%46.24
%5.16
%48.59

CMYK Percentages of Color #c516cf

%5
%89
%0
%19

Triadic Colors of #c516cf

#c516cf #cfc516 #16cfc5

Analogous Colors of #c516cf

#c516cf #cf167d #6916cf

Monochromatic Colors of #c516cf

#c516cf

Complementary Color

#c516cf #20cf16

#c516cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c516cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c516cf Color CSS Codes

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

#c516cf Text Font Color

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

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


#c516cf Background Color

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

This div background color is #c516cf


#c516cf Border Color

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

This div border color is #c516cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c516cf


Comments

No comments written yet.

Please login to write comment.