color codes Logo

#c72c6a color codes

#C72C6A
(199,44,106)
0 Favorites   0 Comments

Color spaces of #c72c6a

RGB 19944106
HSL0.930.640.48
HSV336°78°78°
CMYK 0.000.780.47   0.22
XYZ27.055414.984115.1019
Yxy14.98410.47350.2622
Hunter Lab38.709357.01913.9653
CIE-Lab45.612463.33782.7012

#c72c6a color RGB value is (199,44,106).

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

The process color (four color CMYK) of #c72c6a color code is 0.00, 0.78, 0.47, 0.22. Web safe color of #c72c6a is #cc3366. Color #c72c6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101100 01101010
Octal 307 54 152
Decimal 199 44 106
Hex C7 2C 6A

RGB Percentages of Color #c72c6a

%57.02
%12.61
%30.37

CMYK Percentages of Color #c72c6a

%0
%78
%47
%22

Triadic Colors of #c72c6a

#c72c6a #6ac72c #2c6ac7

Analogous Colors of #c72c6a

#c72c6a #c73b2c #c72cb8

Monochromatic Colors of #c72c6a

#c72c6a

Complementary Color

#c72c6a #2cc789

#c72c6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72c6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72c6a Color CSS Codes

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

#c72c6a Text Font Color

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

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


#c72c6a Background Color

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

This div background color is #c72c6a


#c72c6a Border Color

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

This div border color is #c72c6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72c6a


Comments

No comments written yet.

Please login to write comment.