Color Hex Logo

#c00749 Color Hex

#C00749
(192,7,73)
0 Favorites   0 Comments

Color spaces of #c00749

RGB 192773
HSL0.940.930.39
HSV339°96°75°
CMYK 0.000.960.62   0.25
XYZ23.016811.83957.3755
Yxy11.83950.54500.2803
Hunter Lab34.408659.188311.3772
CIE-Lab40.959966.136916.6786

#c00749 color RGB value is (192,7,73).

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

The process color (four color CMYK) of #c00749 color hex is 0.00, 0.96, 0.62, 0.25. Web safe color of #c00749 is #cc0033. Color #c00749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000111 01001001
Octal 300 7 111
Decimal 192 7 73
Hex C0 7 49

RGB Percentages of Color #c00749

%70.59
%2.57
%26.84

CMYK Percentages of Color #c00749

%0
%96
%62
%25

Triadic Colors of #c00749

#c00749 #49c007 #0749c0

Analogous Colors of #c00749

#c00749 #c02207 #c007a6

Monochromatic Colors of #c00749

#c00749

Complementary Color

#c00749 #07c07e

#c00749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00749 Color CSS Codes

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

#c00749 Text Font Color

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

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


#c00749 Background Color

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

This div background color is #c00749


#c00749 Border Color

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

This div border color is #c00749


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c00749">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00749


Comments

No comments written yet.

Please login to write comment.