Color Hex Logo

#c519ad Color Hex

#C519AD
(197,25,173)
0 Favorites   0 Comments

Color spaces of #c519ad

RGB 19725173
HSL0.860.770.44
HSV308°87°77°
CMYK 0.000.870.12   0.23
XYZ30.916415.582740.9134
Yxy15.58270.35370.1783
Hunter Lab39.474970.7184-33.8181
CIE-Lab46.422274.8030-36.6973

#c519ad color RGB value is (197,25,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011001 10101101
Octal 305 31 255
Decimal 197 25 173
Hex C5 19 AD

RGB Percentages of Color #c519ad

%49.87
%6.33
%43.80

CMYK Percentages of Color #c519ad

%0
%87
%12
%23

Triadic Colors of #c519ad

#c519ad #adc519 #19adc5

Analogous Colors of #c519ad

#c519ad #c51957 #8719c5

Monochromatic Colors of #c519ad

#c519ad

Complementary Color

#c519ad #19c531

#c519ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c519ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c519ad Color CSS Codes

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

#c519ad Text Font Color

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

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


#c519ad Background Color

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

This div background color is #c519ad


#c519ad Border Color

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

This div border color is #c519ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,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 #c519ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c519ad


Comments

No comments written yet.

Please login to write comment.