Color Hex Logo

#c720cf Color Hex

#C720CF
(199,32,207)
0 Favorites   0 Comments

Color spaces of #c720cf

RGB 19932207
HSL0.830.730.47
HSV297°85°81°
CMYK 0.040.850.00   0.19
XYZ35.332217.680160.5819
Yxy17.68010.31100.1556
Hunter Lab42.047776.4080-55.9910
CIE-Lab49.105878.8842-52.2455

#c720cf color RGB value is (199,32,207).

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

The process color (four color CMYK) of #c720cf color hex is 0.04, 0.85, 0.00, 0.19. Web safe color of #c720cf is #cc33cc. Color #c720cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100000 11001111
Octal 307 40 317
Decimal 199 32 207
Hex C7 20 CF

RGB Percentages of Color #c720cf

%45.43
%7.31
%47.26

CMYK Percentages of Color #c720cf

%4
%85
%0
%19

Triadic Colors of #c720cf

#c720cf #cfc720 #20cfc7

Analogous Colors of #c720cf

#c720cf #cf2080 #7020cf

Monochromatic Colors of #c720cf

#c720cf

Complementary Color

#c720cf #28cf20

#c720cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c720cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c720cf Color CSS Codes

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

#c720cf Text Font Color

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

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


#c720cf Background Color

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

This div background color is #c720cf


#c720cf Border Color

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

This div border color is #c720cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c720cf


Comments

No comments written yet.

Please login to write comment.