Color Hex Logo

#c2343a Color Hex

#C2343A
(194,52,58)
0 Favorites   0 Comments

Color spaces of #c2343a

RGB 1945258
HSL0.990.580.48
HSV357°73°76°
CMYK 0.000.730.70   0.24
XYZ24.239814.23085.4722
Yxy14.23080.55160.3238
Hunter Lab37.723748.680617.8060
CIE-Lab44.562156.034930.6105

#c2343a color RGB value is (194,52,58).

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

The process color (four color CMYK) of #c2343a color hex is 0.00, 0.73, 0.70, 0.24. Web safe color of #c2343a is #cc3333. Color #c2343a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110100 00111010
Octal 302 64 72
Decimal 194 52 58
Hex C2 34 3A

RGB Percentages of Color #c2343a

%63.82
%17.11
%19.08

CMYK Percentages of Color #c2343a

%0
%73
%70
%24

Triadic Colors of #c2343a

#c2343a #3ac234 #343ac2

Analogous Colors of #c2343a

#c2343a #c27534 #c23481

Monochromatic Colors of #c2343a

#c2343a

Complementary Color

#c2343a #34c2bc

#c2343a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2343a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2343a Color CSS Codes

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

#c2343a Text Font Color

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

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


#c2343a Background Color

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

This div background color is #c2343a


#c2343a Border Color

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

This div border color is #c2343a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2343a


Comments

No comments written yet.

Please login to write comment.