Color Hex Logo

#c419dd Color Hex

#C419DD
(196,25,221)
0 Favorites   0 Comments

Color spaces of #c419dd

RGB 19625221
HSL0.810.800.48
HSV292°89°87°
CMYK 0.110.890.00   0.13
XYZ36.163717.651569.9076
Yxy17.65150.29230.1427
Hunter Lab42.013780.1217-69.2445
CIE-Lab49.070781.8340-60.3472

#c419dd color RGB value is (196,25,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011001 11011101
Octal 304 31 335
Decimal 196 25 221
Hex C4 19 DD

RGB Percentages of Color #c419dd

%44.34
%5.66
%50.00

CMYK Percentages of Color #c419dd

%11
%89
%0
%13

Triadic Colors of #c419dd

#c419dd #ddc419 #19ddc4

Analogous Colors of #c419dd

#c419dd #dd1994 #6219dd

Monochromatic Colors of #c419dd

#c419dd

Complementary Color

#c419dd #32dd19

#c419dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c419dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c419dd Color CSS Codes

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

#c419dd Text Font Color

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

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


#c419dd Background Color

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

This div background color is #c419dd


#c419dd Border Color

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

This div border color is #c419dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,25,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c419dd


Comments

No comments written yet.

Please login to write comment.