Color Hex Logo

#c516db Color Hex

#C516DB
(197,22,219)
0 Favorites   0 Comments

Color spaces of #c516db

RGB 19722219
HSL0.810.820.47
HSV293°90°86°
CMYK 0.100.900.00   0.14
XYZ36.099017.558668.5044
Yxy17.55860.29550.1437
Hunter Lab41.903080.4457-67.5972
CIE-Lab48.956382.1107-59.3822

#c516db color RGB value is (197,22,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010110 11011011
Octal 305 26 333
Decimal 197 22 219
Hex C5 16 DB

RGB Percentages of Color #c516db

%44.98
%5.02
%50.00

CMYK Percentages of Color #c516db

%10
%90
%0
%14

Triadic Colors of #c516db

#c516db #dbc516 #16dbc5

Analogous Colors of #c516db

#c516db #db168f #6216db

Monochromatic Colors of #c516db

#c516db

Complementary Color

#c516db #2cdb16

#c516db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c516db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c516db Color CSS Codes

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

#c516db Text Font Color

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

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


#c516db Background Color

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

This div background color is #c516db


#c516db Border Color

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

This div border color is #c516db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c516db


Comments

No comments written yet.

Please login to write comment.