Color Hex Logo

#c72cbf Color Hex

#C72CBF
(199,44,191)
0 Favorites   0 Comments

Color spaces of #c72cbf

RGB 19944191
HSL0.840.640.48
HSV303°78°78°
CMYK 0.000.780.04   0.22
XYZ33.857817.705150.9231
Yxy17.70510.33040.1728
Hunter Lab42.077469.9954-42.3000
CIE-Lab49.136573.6800-42.9398

#c72cbf color RGB value is (199,44,191).

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

The process color (four color CMYK) of #c72cbf color hex is 0.00, 0.78, 0.04, 0.22. Web safe color of #c72cbf is #cc33cc. Color #c72cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101100 10111111
Octal 307 54 277
Decimal 199 44 191
Hex C7 2C BF

RGB Percentages of Color #c72cbf

%45.85
%10.14
%44.01

CMYK Percentages of Color #c72cbf

%0
%78
%4
%22

Triadic Colors of #c72cbf

#c72cbf #bfc72c #2cbfc7

Analogous Colors of #c72cbf

#c72cbf #c72c72 #822cc7

Monochromatic Colors of #c72cbf

#c72cbf

Complementary Color

#c72cbf #2cc734

#c72cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72cbf Color CSS Codes

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

#c72cbf Text Font Color

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

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


#c72cbf Background Color

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

This div background color is #c72cbf


#c72cbf Border Color

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

This div border color is #c72cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72cbf


Comments

No comments written yet.

Please login to write comment.