Color Hex Logo

#c720cc Color Hex

#C720CC
(199,32,204)
0 Favorites   0 Comments

Color spaces of #c720cc

RGB 19932204
HSL0.830.730.46
HSV298°84°80°
CMYK 0.020.840.00   0.20
XYZ34.968817.534858.6682
Yxy17.53480.31450.1577
Hunter Lab41.874675.7820-53.7558
CIE-Lab48.926978.4183-50.8032

#c720cc color RGB value is (199,32,204).

#c720cc hex color red value is 199, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c720cc hue: 0.83 , saturation: 0.73 and the lightness value of c720cc is 0.46.

The process color (four color CMYK) of #c720cc color hex is 0.02, 0.84, 0.00, 0.20. Web safe color of #c720cc is #cc33cc. Color #c720cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100000 11001100
Octal 307 40 314
Decimal 199 32 204
Hex C7 20 CC

RGB Percentages of Color #c720cc

%45.75
%7.36
%46.90

CMYK Percentages of Color #c720cc

%2
%84
%0
%20

Triadic Colors of #c720cc

#c720cc #ccc720 #20ccc7

Analogous Colors of #c720cc

#c720cc #cc207b #7120cc

Monochromatic Colors of #c720cc

#c720cc

Complementary Color

#c720cc #25cc20

#c720cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c720cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c720cc Color CSS Codes

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

#c720cc Text Font Color

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

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


#c720cc Background Color

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

This div background color is #c720cc


#c720cc Border Color

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

This div border color is #c720cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c720cc


Comments

No comments written yet.

Please login to write comment.