Color Hex Logo

#c72cce Color Hex

#C72CCE
(199,44,206)
0 Favorites   0 Comments

Color spaces of #c72cce

RGB 19944206
HSL0.830.650.49
HSV297°79°81°
CMYK 0.030.790.00   0.19
XYZ35.594418.399760.0680
Yxy18.39970.31210.1613
Hunter Lab42.894973.0543-53.0006
CIE-Lab49.977476.0146-50.2763

#c72cce color RGB value is (199,44,206).

#c72cce hex color red value is 199, green value is 44 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c72cce hue: 0.83 , saturation: 0.65 and the lightness value of c72cce is 0.49.

The process color (four color CMYK) of #c72cce color hex is 0.03, 0.79, 0.00, 0.19. Web safe color of #c72cce is #cc33cc. Color #c72cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101100 11001110
Octal 307 54 316
Decimal 199 44 206
Hex C7 2C CE

RGB Percentages of Color #c72cce

%44.32
%9.80
%45.88

CMYK Percentages of Color #c72cce

%3
%79
%0
%19

Triadic Colors of #c72cce

#c72cce #cec72c #2ccec7

Analogous Colors of #c72cce

#c72cce #ce2c84 #762cce

Monochromatic Colors of #c72cce

#c72cce

Complementary Color

#c72cce #33ce2c

#c72cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72cce Color CSS Codes

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

#c72cce Text Font Color

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

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


#c72cce Background Color

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

This div background color is #c72cce


#c72cce Border Color

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

This div border color is #c72cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72cce


Comments

No comments written yet.

Please login to write comment.