Color Hex Logo

#c419db Color Hex

#C419DB
(196,25,219)
0 Favorites   0 Comments

Color spaces of #c419db

RGB 19625219
HSL0.810.800.48
HSV293°89°86°
CMYK 0.110.890.00   0.14
XYZ35.898817.545568.5124
Yxy17.54550.29440.1439
Hunter Lab41.887379.6774-67.6556
CIE-Lab48.940181.5097-59.4167

#c419db color RGB value is (196,25,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011001 11011011
Octal 304 31 333
Decimal 196 25 219
Hex C4 19 DB

RGB Percentages of Color #c419db

%44.55
%5.68
%49.77

CMYK Percentages of Color #c419db

%11
%89
%0
%14

Triadic Colors of #c419db

#c419db #dbc419 #19dbc4

Analogous Colors of #c419db

#c419db #db1991 #6319db

Monochromatic Colors of #c419db

#c419db

Complementary Color

#c419db #30db19

#c419db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c419db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c419db Color CSS Codes

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

#c419db Text Font Color

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

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


#c419db Background Color

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

This div background color is #c419db


#c419db Border Color

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

This div border color is #c419db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c419db


Comments

No comments written yet.

Please login to write comment.