Color Hex Logo

#c519db Color Hex

#C519DB
(197,25,219)
0 Favorites   0 Comments

Color spaces of #c519db

RGB 19725219
HSL0.810.800.48
HSV293°89°86°
CMYK 0.100.890.00   0.14
XYZ36.159817.680168.5246
Yxy17.68010.29550.1445
Hunter Lab42.047779.9213-67.1907
CIE-Lab49.105881.6696-59.1413

#c519db color RGB value is (197,25,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011001 11011011
Octal 305 31 333
Decimal 197 25 219
Hex C5 19 DB

RGB Percentages of Color #c519db

%44.67
%5.67
%49.66

CMYK Percentages of Color #c519db

%10
%89
%0
%14

Triadic Colors of #c519db

#c519db #dbc519 #19dbc5

Analogous Colors of #c519db

#c519db #db1990 #6419db

Monochromatic Colors of #c519db

#c519db

Complementary Color

#c519db #2fdb19

#c519db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c519db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c519db Color CSS Codes

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

#c519db Text Font Color

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

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


#c519db Background Color

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

This div background color is #c519db


#c519db Border Color

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

This div border color is #c519db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c519db


Comments

No comments written yet.

Please login to write comment.