Color Hex Logo

#c720ad Color Hex

#C720AD
(199,32,173)
0 Favorites   0 Comments

Color spaces of #c720ad

RGB 19932173
HSL0.860.720.45
HSV309°84°78°
CMYK 0.000.840.13   0.22
XYZ31.612516.192340.9944
Yxy16.19230.35600.1823
Hunter Lab40.239769.8112-32.2343
CIE-Lab47.225873.9008-35.4070

#c720ad color RGB value is (199,32,173).

#c720ad hex color red value is 199, green value is 32 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c720ad hue: 0.86 , saturation: 0.72 and the lightness value of c720ad is 0.45.

The process color (four color CMYK) of #c720ad color hex is 0.00, 0.84, 0.13, 0.22. Web safe color of #c720ad is #cc3399. Color #c720ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100000 10101101
Octal 307 40 255
Decimal 199 32 173
Hex C7 20 AD

RGB Percentages of Color #c720ad

%49.26
%7.92
%42.82

CMYK Percentages of Color #c720ad

%0
%84
%13
%22

Triadic Colors of #c720ad

#c720ad #adc720 #20adc7

Analogous Colors of #c720ad

#c720ad #c72059 #8e20c7

Monochromatic Colors of #c720ad

#c720ad

Complementary Color

#c720ad #20c73a

#c720ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c720ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c720ad Color CSS Codes

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

#c720ad Text Font Color

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

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


#c720ad Background Color

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

This div background color is #c720ad


#c720ad Border Color

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

This div border color is #c720ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c720ad


Comments

No comments written yet.

Please login to write comment.