Color Hex Logo

#c2132a Color Hex

#C2132A
(194,19,42)
0 Favorites   0 Comments

Color spaces of #c2132a

RGB 1941942
HSL0.980.820.42
HSV352°90°76°
CMYK 0.000.900.78   0.24
XYZ22.898912.10223.3195
Yxy12.10220.59760.3158
Hunter Lab34.788256.616018.6943
CIE-Lab41.378163.801236.4487

#c2132a color RGB value is (194,19,42).

#c2132a hex color red value is 194, green value is 19 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c2132a hue: 0.98 , saturation: 0.82 and the lightness value of c2132a is 0.42.

The process color (four color CMYK) of #c2132a color hex is 0.00, 0.90, 0.78, 0.24. Web safe color of #c2132a is #cc0033. Color #c2132a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010011 00101010
Octal 302 23 52
Decimal 194 19 42
Hex C2 13 2A

RGB Percentages of Color #c2132a

%76.08
%7.45
%16.47

CMYK Percentages of Color #c2132a

%0
%90
%78
%24

Triadic Colors of #c2132a

#c2132a #2ac213 #132ac2

Analogous Colors of #c2132a

#c2132a #c25313 #c21382

Monochromatic Colors of #c2132a

#c2132a

Complementary Color

#c2132a #13c2ab

#c2132a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2132a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2132a Color CSS Codes

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

#c2132a Text Font Color

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

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


#c2132a Background Color

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

This div background color is #c2132a


#c2132a Border Color

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

This div border color is #c2132a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2132a


Comments

No comments written yet.

Please login to write comment.