Color Hex Logo

#c419ad Color Hex

#C419AD
(196,25,173)
0 Favorites   0 Comments

Color spaces of #c419ad

RGB 19625173
HSL0.860.770.43
HSV308°87°77°
CMYK 0.000.870.12   0.23
XYZ30.655415.448240.9012
Yxy15.44820.35230.1776
Hunter Lab39.304270.4391-34.1861
CIE-Lab46.242174.6090-36.9935

#c419ad color RGB value is (196,25,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011001 10101101
Octal 304 31 255
Decimal 196 25 173
Hex C4 19 AD

RGB Percentages of Color #c419ad

%49.75
%6.35
%43.91

CMYK Percentages of Color #c419ad

%0
%87
%12
%23

Triadic Colors of #c419ad

#c419ad #adc419 #19adc4

Analogous Colors of #c419ad

#c419ad #c41957 #8619c4

Monochromatic Colors of #c419ad

#c419ad

Complementary Color

#c419ad #19c430

#c419ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c419ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c419ad Color CSS Codes

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

#c419ad Text Font Color

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

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


#c419ad Background Color

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

This div background color is #c419ad


#c419ad Border Color

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

This div border color is #c419ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c419ad


Comments

No comments written yet.

Please login to write comment.