Color Hex Logo

#c419de Color Hex

#C419DE
(196,25,222)
0 Favorites   0 Comments

Color spaces of #c419de

RGB 19625222
HSL0.810.800.48
HSV292°89°87°
CMYK 0.120.890.00   0.13
XYZ36.297417.705070.6116
Yxy17.70500.29130.1421
Hunter Lab42.077380.3452-70.0428
CIE-Lab49.136381.9969-60.8112

#c419de color RGB value is (196,25,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011001 11011110
Octal 304 31 336
Decimal 196 25 222
Hex C4 19 DE

RGB Percentages of Color #c419de

%44.24
%5.64
%50.11

CMYK Percentages of Color #c419de

%12
%89
%0
%13

Triadic Colors of #c419de

#c419de #dec419 #19dec4

Analogous Colors of #c419de

#c419de #de1996 #6219de

Monochromatic Colors of #c419de

#c419de

Complementary Color

#c419de #33de19

#c419de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c419de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c419de Color CSS Codes

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

#c419de Text Font Color

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

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


#c419de Background Color

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

This div background color is #c419de


#c419de Border Color

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

This div border color is #c419de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c419de


Comments

No comments written yet.

Please login to write comment.