Color Hex Logo

#c2473a Color Hex

#C2473A
(194,71,58)
0 Favorites   0 Comments

Color spaces of #c2473a

RGB 1947158
HSL0.020.540.49
HSV70°76°
CMYK 0.000.630.70   0.24
XYZ25.265116.28135.8140
Yxy16.28130.53350.3438
Hunter Lab40.350141.154619.7020
CIE-Lab47.341448.464333.8966

#c2473a color RGB value is (194,71,58).

#c2473a hex color red value is 194, green value is 71 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c2473a hue: 0.02 , saturation: 0.54 and the lightness value of c2473a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000111 00111010
Octal 302 107 72
Decimal 194 71 58
Hex C2 47 3A

RGB Percentages of Color #c2473a

%60.06
%21.98
%17.96

CMYK Percentages of Color #c2473a

%0
%63
%70
%24

Triadic Colors of #c2473a

#c2473a #3ac247 #473ac2

Analogous Colors of #c2473a

#c2473a #c28b3a #c23a71

Monochromatic Colors of #c2473a

#c2473a

Complementary Color

#c2473a #3ab5c2

#c2473a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2473a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2473a Color CSS Codes

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

#c2473a Text Font Color

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

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


#c2473a Background Color

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

This div background color is #c2473a


#c2473a Border Color

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

This div border color is #c2473a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2473a


Comments

No comments written yet.

Please login to write comment.