Color Hex Logo

#c72faa Color Hex

#C72FAA
(199,47,170)
0 Favorites   0 Comments

Color spaces of #c72faa

RGB 19947170
HSL0.870.620.48
HSV311°76°78°
CMYK 0.000.760.15   0.22
XYZ31.825417.077439.6491
Yxy17.07740.35940.1929
Hunter Lab41.324865.1495-27.9584
CIE-Lab48.357469.7990-31.8585

#c72faa color RGB value is (199,47,170).

#c72faa hex color red value is 199, green value is 47 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c72faa hue: 0.87 , saturation: 0.62 and the lightness value of c72faa is 0.48.

The process color (four color CMYK) of #c72faa color hex is 0.00, 0.76, 0.15, 0.22. Web safe color of #c72faa is #cc3399. Color #c72faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101111 10101010
Octal 307 57 252
Decimal 199 47 170
Hex C7 2F AA

RGB Percentages of Color #c72faa

%47.84
%11.30
%40.87

CMYK Percentages of Color #c72faa

%0
%76
%15
%22

Triadic Colors of #c72faa

#c72faa #aac72f #2faac7

Analogous Colors of #c72faa

#c72faa #c72f5e #982fc7

Monochromatic Colors of #c72faa

#c72faa

Complementary Color

#c72faa #2fc74c

#c72faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72faa Color CSS Codes

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

#c72faa Text Font Color

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

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


#c72faa Background Color

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

This div background color is #c72faa


#c72faa Border Color

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

This div border color is #c72faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72faa


Comments

No comments written yet.

Please login to write comment.