Color Hex Logo

#c72fbe Color Hex

#C72FBE
(199,47,190)
0 Favorites   0 Comments

Color spaces of #c72fbe

RGB 19947190
HSL0.840.620.48
HSV304°76°78°
CMYK 0.000.760.05   0.22
XYZ33.864017.892850.3840
Yxy17.89280.33150.1752
Hunter Lab42.299968.8769-41.0113
CIE-Lab49.365872.7130-41.9946

#c72fbe color RGB value is (199,47,190).

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

The process color (four color CMYK) of #c72fbe color hex is 0.00, 0.76, 0.05, 0.22. Web safe color of #c72fbe is #cc33cc. Color #c72fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101111 10111110
Octal 307 57 276
Decimal 199 47 190
Hex C7 2F BE

RGB Percentages of Color #c72fbe

%45.64
%10.78
%43.58

CMYK Percentages of Color #c72fbe

%0
%76
%5
%22

Triadic Colors of #c72fbe

#c72fbe #bec72f #2fbec7

Analogous Colors of #c72fbe

#c72fbe #c72f72 #842fc7

Monochromatic Colors of #c72fbe

#c72fbe

Complementary Color

#c72fbe #2fc738

#c72fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72fbe Color CSS Codes

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

#c72fbe Text Font Color

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

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


#c72fbe Background Color

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

This div background color is #c72fbe


#c72fbe Border Color

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

This div border color is #c72fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72fbe


Comments

No comments written yet.

Please login to write comment.