Color Hex Logo

#c72fdc Color Hex

#C72FDC
(199,47,220)
0 Favorites   0 Comments

Color spaces of #c72fdc

RGB 19947220
HSL0.810.710.52
HSV293°79°86°
CMYK 0.100.790.00   0.14
XYZ37.488019.342569.4678
Yxy19.34250.29680.1531
Hunter Lab43.980175.1856-62.8641
CIE-Lab51.085577.5189-56.5107

#c72fdc color RGB value is (199,47,220).

#c72fdc hex color red value is 199, green value is 47 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c72fdc hue: 0.81 , saturation: 0.71 and the lightness value of c72fdc is 0.52.

The process color (four color CMYK) of #c72fdc color hex is 0.10, 0.79, 0.00, 0.14. Web safe color of #c72fdc is #cc33cc. Color #c72fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101111 11011100
Octal 307 57 334
Decimal 199 47 220
Hex C7 2F DC

RGB Percentages of Color #c72fdc

%42.70
%10.09
%47.21

CMYK Percentages of Color #c72fdc

%10
%79
%0
%14

Triadic Colors of #c72fdc

#c72fdc #dcc72f #2fdcc7

Analogous Colors of #c72fdc

#c72fdc #dc2f9b #712fdc

Monochromatic Colors of #c72fdc

#c72fdc

Complementary Color

#c72fdc #44dc2f

#c72fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72fdc Color CSS Codes

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

#c72fdc Text Font Color

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

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


#c72fdc Background Color

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

This div background color is #c72fdc


#c72fdc Border Color

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

This div border color is #c72fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72fdc


Comments

No comments written yet.

Please login to write comment.