Color Hex Logo

#c72962 Color Hex

#C72962
(199,41,98)
0 Favorites   0 Comments

Color spaces of #c72962

RGB 1994198
HSL0.940.660.47
HSV338°79°78°
CMYK 0.000.790.51   0.22
XYZ26.550714.609812.9759
Yxy14.60980.49040.2699
Hunter Lab38.222857.10176.6281
CIE-Lab45.095163.50986.9150

#c72962 color RGB value is (199,41,98).

#c72962 hex color red value is 199, green value is 41 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #c72962 hue: 0.94 , saturation: 0.66 and the lightness value of c72962 is 0.47.

The process color (four color CMYK) of #c72962 color hex is 0.00, 0.79, 0.51, 0.22. Web safe color of #c72962 is #cc3366. Color #c72962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101001 01100010
Octal 307 51 142
Decimal 199 41 98
Hex C7 29 62

RGB Percentages of Color #c72962

%58.88
%12.13
%28.99

CMYK Percentages of Color #c72962

%0
%79
%51
%22

Triadic Colors of #c72962

#c72962 #62c729 #2962c7

Analogous Colors of #c72962

#c72962 #c73f29 #c729b1

Monochromatic Colors of #c72962

#c72962

Complementary Color

#c72962 #29c78e

#c72962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72962 Color CSS Codes

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

#c72962 Text Font Color

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

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


#c72962 Background Color

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

This div background color is #c72962


#c72962 Border Color

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

This div border color is #c72962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72962


Comments

No comments written yet.

Please login to write comment.