Color Hex Logo

#c720af Color Hex

#C720AF
(199,32,175)
0 Favorites   0 Comments

Color spaces of #c720af

RGB 19932175
HSL0.860.720.45
HSV309°84°78°
CMYK 0.000.840.12   0.22
XYZ31.807616.270342.0215
Yxy16.27030.35300.1806
Hunter Lab40.336570.1686-33.5313
CIE-Lab47.327174.1752-36.4284

#c720af color RGB value is (199,32,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100000 10101111
Octal 307 40 257
Decimal 199 32 175
Hex C7 20 AF

RGB Percentages of Color #c720af

%49.01
%7.88
%43.10

CMYK Percentages of Color #c720af

%0
%84
%12
%22

Triadic Colors of #c720af

#c720af #afc720 #20afc7

Analogous Colors of #c720af

#c720af #c7205b #8c20c7

Monochromatic Colors of #c720af

#c720af

Complementary Color

#c720af #20c738

#c720af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c720af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c720af Color CSS Codes

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

#c720af Text Font Color

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

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


#c720af Background Color

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

This div background color is #c720af


#c720af Border Color

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

This div border color is #c720af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c720af


Comments

No comments written yet.

Please login to write comment.