Color Hex Logo

#c72ffc Color Hex

#C72FFC
(199,47,252)
0 Favorites   0 Comments

Color spaces of #c72ffc

RGB 19947252
HSL0.790.970.59
HSV284°81°99°
CMYK 0.210.810.00   0.01
XYZ42.140421.203493.9671
Yxy21.20340.26790.1348
Hunter Lab46.047182.7731-88.7584
CIE-Lab53.171483.1094-71.1543

#c72ffc color RGB value is (199,47,252).

#c72ffc hex color red value is 199, green value is 47 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c72ffc hue: 0.79 , saturation: 0.97 and the lightness value of c72ffc is 0.59.

The process color (four color CMYK) of #c72ffc color hex is 0.21, 0.81, 0.00, 0.01. Web safe color of #c72ffc is #cc33ff. Color #c72ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101111 11111100
Octal 307 57 374
Decimal 199 47 252
Hex C7 2F FC

RGB Percentages of Color #c72ffc

%39.96
%9.44
%50.60

CMYK Percentages of Color #c72ffc

%21
%81
%0
%1

Triadic Colors of #c72ffc

#c72ffc #fcc72f #2ffcc7

Analogous Colors of #c72ffc

#c72ffc #fc2fcb #602ffc

Monochromatic Colors of #c72ffc

#c72ffc

Complementary Color

#c72ffc #64fc2f

#c72ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72ffc Color CSS Codes

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

#c72ffc Text Font Color

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

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


#c72ffc Background Color

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

This div background color is #c72ffc


#c72ffc Border Color

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

This div border color is #c72ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72ffc


Comments

No comments written yet.

Please login to write comment.