Color Hex Logo

#c419c1 Color Hex

#C419C1
(196,25,193)
0 Favorites   0 Comments

Color spaces of #c419c1

RGB 19625193
HSL0.840.770.43
HSV301°87°77°
CMYK 0.000.870.02   0.23
XYZ32.738216.281351.8692
Yxy16.28130.32450.1614
Hunter Lab40.350174.2140-47.9710
CIE-Lab47.341477.4666-46.9902

#c419c1 color RGB value is (196,25,193).

#c419c1 hex color red value is 196, green value is 25 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #c419c1 hue: 0.84 , saturation: 0.77 and the lightness value of c419c1 is 0.43.

The process color (four color CMYK) of #c419c1 color hex is 0.00, 0.87, 0.02, 0.23. Web safe color of #c419c1 is #cc00cc. Color #c419c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011001 11000001
Octal 304 31 301
Decimal 196 25 193
Hex C4 19 C1

RGB Percentages of Color #c419c1

%47.34
%6.04
%46.62

CMYK Percentages of Color #c419c1

%0
%87
%2
%23

Triadic Colors of #c419c1

#c419c1 #c1c419 #19c1c4

Analogous Colors of #c419c1

#c419c1 #c4196c #7219c4

Monochromatic Colors of #c419c1

#c419c1

Complementary Color

#c419c1 #19c41c

#c419c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c419c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c419c1 Color CSS Codes

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

#c419c1 Text Font Color

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

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


#c419c1 Background Color

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

This div background color is #c419c1


#c419c1 Border Color

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

This div border color is #c419c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c419c1


Comments

No comments written yet.

Please login to write comment.