Color Hex Logo

#c722ac Color Hex

#C722AC
(199,34,172)
0 Favorites   0 Comments

Color spaces of #c722ac

RGB 19934172
HSL0.860.710.46
HSV310°83°78°
CMYK 0.000.830.14   0.22
XYZ31.571616.264740.5051
Yxy16.26470.35740.1841
Hunter Lab40.329569.1605-31.3175
CIE-Lab47.319973.3458-34.6679

#c722ac color RGB value is (199,34,172).

#c722ac hex color red value is 199, green value is 34 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c722ac hue: 0.86 , saturation: 0.71 and the lightness value of c722ac is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100010 10101100
Octal 307 42 254
Decimal 199 34 172
Hex C7 22 AC

RGB Percentages of Color #c722ac

%49.14
%8.40
%42.47

CMYK Percentages of Color #c722ac

%0
%83
%14
%22

Triadic Colors of #c722ac

#c722ac #acc722 #22acc7

Analogous Colors of #c722ac

#c722ac #c7225a #9022c7

Monochromatic Colors of #c722ac

#c722ac

Complementary Color

#c722ac #22c73d

#c722ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c722ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c722ac Color CSS Codes

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

#c722ac Text Font Color

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

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


#c722ac Background Color

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

This div background color is #c722ac


#c722ac Border Color

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

This div border color is #c722ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,34,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c722ac


Comments

No comments written yet.

Please login to write comment.