Color Hex Logo

#c72c6d Color Hex

#C72C6D
(199,44,109)
0 Favorites   0 Comments

Color spaces of #c72c6d

RGB 19944109
HSL0.930.640.48
HSV335°78°78°
CMYK 0.000.780.45   0.22
XYZ27.214215.047615.9381
Yxy15.04760.46760.2586
Hunter Lab38.791257.34302.7935
CIE-Lab45.699363.60550.9745

#c72c6d color RGB value is (199,44,109).

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

The process color (four color CMYK) of #c72c6d color hex is 0.00, 0.78, 0.45, 0.22. Web safe color of #c72c6d is #cc3366. Color #c72c6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101100 01101101
Octal 307 54 155
Decimal 199 44 109
Hex C7 2C 6D

RGB Percentages of Color #c72c6d

%56.53
%12.50
%30.97

CMYK Percentages of Color #c72c6d

%0
%78
%45
%22

Triadic Colors of #c72c6d

#c72c6d #6dc72c #2c6dc7

Analogous Colors of #c72c6d

#c72c6d #c7382c #c72cbb

Monochromatic Colors of #c72c6d

#c72c6d

Complementary Color

#c72c6d #2cc786

#c72c6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72c6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72c6d Color CSS Codes

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

#c72c6d Text Font Color

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

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


#c72c6d Background Color

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

This div background color is #c72c6d


#c72c6d Border Color

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

This div border color is #c72c6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72c6d


Comments

No comments written yet.

Please login to write comment.