Color Hex Logo

#c00949 Color Hex

#C00949
(192,9,73)
0 Favorites   0 Comments

Color spaces of #c00949

RGB 192973
HSL0.940.910.39
HSV339°95°75°
CMYK 0.000.950.62   0.25
XYZ23.038511.88297.3827
Yxy11.88290.54460.2809
Hunter Lab34.471658.972211.4321
CIE-Lab41.029465.935216.7720

#c00949 color RGB value is (192,9,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001001 01001001
Octal 300 11 111
Decimal 192 9 73
Hex C0 9 49

RGB Percentages of Color #c00949

%70.07
%3.28
%26.64

CMYK Percentages of Color #c00949

%0
%95
%62
%25

Triadic Colors of #c00949

#c00949 #49c009 #0949c0

Analogous Colors of #c00949

#c00949 #c02409 #c009a5

Monochromatic Colors of #c00949

#c00949

Complementary Color

#c00949 #09c080

#c00949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00949 Color CSS Codes

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

#c00949 Text Font Color

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

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


#c00949 Background Color

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

This div background color is #c00949


#c00949 Border Color

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

This div border color is #c00949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00949


Comments

No comments written yet.

Please login to write comment.