Color Hex Logo

#c0343f Color Hex

#C0343F
(192,52,63)
0 Favorites   0 Comments

Color spaces of #c0343f

RGB 1925263
HSL0.990.570.48
HSV355°73°75°
CMYK 0.000.730.67   0.25
XYZ23.863414.02136.1513
Yxy14.02130.54190.3184
Hunter Lab37.445048.227816.4716
CIE-Lab44.263555.672527.1607

#c0343f color RGB value is (192,52,63).

#c0343f hex color red value is 192, green value is 52 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c0343f hue: 0.99 , saturation: 0.57 and the lightness value of c0343f is 0.48.

The process color (four color CMYK) of #c0343f color hex is 0.00, 0.73, 0.67, 0.25. Web safe color of #c0343f is #cc3333. Color #c0343f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110100 00111111
Octal 300 64 77
Decimal 192 52 63
Hex C0 34 3F

RGB Percentages of Color #c0343f

%62.54
%16.94
%20.52

CMYK Percentages of Color #c0343f

%0
%73
%67
%25

Triadic Colors of #c0343f

#c0343f #3fc034 #343fc0

Analogous Colors of #c0343f

#c0343f #c06f34 #c03485

Monochromatic Colors of #c0343f

#c0343f

Complementary Color

#c0343f #34c0b5

#c0343f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0343f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0343f Color CSS Codes

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

#c0343f Text Font Color

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

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


#c0343f Background Color

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

This div background color is #c0343f


#c0343f Border Color

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

This div border color is #c0343f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,52,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0343f


Comments

No comments written yet.

Please login to write comment.