Color Hex Logo

#c419a4 Color Hex

#C419A4
(196,25,164)
0 Favorites   0 Comments

Color spaces of #c419a4

RGB 19625164
HSL0.860.770.43
HSV311°87°77°
CMYK 0.000.870.16   0.23
XYZ29.813415.111436.4674
Yxy15.11140.36630.1857
Hunter Lab38.873468.8697-28.4090
CIE-Lab45.786473.4045-32.3640

#c419a4 color RGB value is (196,25,164).

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

The process color (four color CMYK) of #c419a4 color hex is 0.00, 0.87, 0.16, 0.23. Web safe color of #c419a4 is #cc0099. Color #c419a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011001 10100100
Octal 304 31 244
Decimal 196 25 164
Hex C4 19 A4

RGB Percentages of Color #c419a4

%50.91
%6.49
%42.60

CMYK Percentages of Color #c419a4

%0
%87
%16
%23

Triadic Colors of #c419a4

#c419a4 #a4c419 #19a4c4

Analogous Colors of #c419a4

#c419a4 #c4194e #8f19c4

Monochromatic Colors of #c419a4

#c419a4

Complementary Color

#c419a4 #19c439

#c419a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c419a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c419a4 Color CSS Codes

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

#c419a4 Text Font Color

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

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


#c419a4 Background Color

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

This div background color is #c419a4


#c419a4 Border Color

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

This div border color is #c419a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c419a4


Comments

No comments written yet.

Please login to write comment.