Color Hex Logo

#c00349 Color Hex

#C00349
(192,3,73)
0 Favorites   0 Comments

Color spaces of #c00349

RGB 192373
HSL0.940.970.38
HSV338°98°75°
CMYK 0.000.980.62   0.25
XYZ22.973411.75267.3610
Yxy11.75260.54590.2792
Hunter Lab34.282159.624411.2668
CIE-Lab40.820266.543016.4912

#c00349 color RGB value is (192,3,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000011 01001001
Octal 300 3 111
Decimal 192 3 73
Hex C0 3 49

RGB Percentages of Color #c00349

%71.64
%1.12
%27.24

CMYK Percentages of Color #c00349

%0
%98
%62
%25

Triadic Colors of #c00349

#c00349 #49c003 #0349c0

Analogous Colors of #c00349

#c00349 #c01c03 #c003a8

Monochromatic Colors of #c00349

#c00349

Complementary Color

#c00349 #03c07a

#c00349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00349 Color CSS Codes

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

#c00349 Text Font Color

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

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


#c00349 Background Color

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

This div background color is #c00349


#c00349 Border Color

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

This div border color is #c00349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00349


Comments

No comments written yet.

Please login to write comment.