Color Hex Logo

#c721ad Color Hex

#C721AD
(199,33,173)
0 Favorites   0 Comments

Color spaces of #c721ad

RGB 19933173
HSL0.860.720.45
HSV309°83°78°
CMYK 0.000.830.13   0.22
XYZ31.639916.247041.0035
Yxy16.24700.35590.1828
Hunter Lab40.307669.5774-32.0984
CIE-Lab47.296973.6944-35.2951

#c721ad color RGB value is (199,33,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100001 10101101
Octal 307 41 255
Decimal 199 33 173
Hex C7 21 AD

RGB Percentages of Color #c721ad

%49.14
%8.15
%42.72

CMYK Percentages of Color #c721ad

%0
%83
%13
%22

Triadic Colors of #c721ad

#c721ad #adc721 #21adc7

Analogous Colors of #c721ad

#c721ad #c7215a #8e21c7

Monochromatic Colors of #c721ad

#c721ad

Complementary Color

#c721ad #21c73b

#c721ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c721ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c721ad Color CSS Codes

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

#c721ad Text Font Color

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

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


#c721ad Background Color

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

This div background color is #c721ad


#c721ad Border Color

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

This div border color is #c721ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c721ad


Comments

No comments written yet.

Please login to write comment.