Color Hex Logo

#c70749 Color Hex

#C70749
(199,7,73)
0 Favorites   0 Comments

Color spaces of #c70749

RGB 199773
HSL0.940.930.40
HSV339°96°78°
CMYK 0.000.960.63   0.22
XYZ24.831812.77517.4604
Yxy12.77510.55100.2835
Hunter Lab35.742361.463212.6441
CIE-Lab42.422467.818418.8886

#c70749 color RGB value is (199,7,73).

#c70749 hex color red value is 199, green value is 7 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c70749 hue: 0.94 , saturation: 0.93 and the lightness value of c70749 is 0.40.

The process color (four color CMYK) of #c70749 color hex is 0.00, 0.96, 0.63, 0.22. Web safe color of #c70749 is #cc0033. Color #c70749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000111 01001001
Octal 307 7 111
Decimal 199 7 73
Hex C7 7 49

RGB Percentages of Color #c70749

%71.33
%2.51
%26.16

CMYK Percentages of Color #c70749

%0
%96
%63
%22

Triadic Colors of #c70749

#c70749 #49c707 #0749c7

Analogous Colors of #c70749

#c70749 #c72507 #c707a9

Monochromatic Colors of #c70749

#c70749

Complementary Color

#c70749 #07c785

#c70749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70749 Color CSS Codes

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

#c70749 Text Font Color

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

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


#c70749 Background Color

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

This div background color is #c70749


#c70749 Border Color

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

This div border color is #c70749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70749


Comments

No comments written yet.

Please login to write comment.