Color Hex Logo

#c5474a Color Hex

#C5474A
(197,71,74)
0 Favorites   0 Comments

Color spaces of #c5474a

RGB 1977174
HSL1.000.520.53
HSV359°64°77°
CMYK 0.000.640.62   0.23
XYZ26.515216.87128.3375
Yxy16.87120.51260.3262
Hunter Lab41.074643.348116.7172
CIE-Lab48.097350.423225.5838

#c5474a color RGB value is (197,71,74).

#c5474a hex color red value is 197, green value is 71 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c5474a hue: 1.00 , saturation: 0.52 and the lightness value of c5474a is 0.53.

The process color (four color CMYK) of #c5474a color hex is 0.00, 0.64, 0.62, 0.23. Web safe color of #c5474a is #cc3333. Color #c5474a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000111 01001010
Octal 305 107 112
Decimal 197 71 74
Hex C5 47 4A

RGB Percentages of Color #c5474a

%57.60
%20.76
%21.64

CMYK Percentages of Color #c5474a

%0
%64
%62
%23

Triadic Colors of #c5474a

#c5474a #4ac547 #474ac5

Analogous Colors of #c5474a

#c5474a #c58347 #c54789

Monochromatic Colors of #c5474a

#c5474a

Complementary Color

#c5474a #47c5c2

#c5474a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5474a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5474a Color CSS Codes

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

#c5474a Text Font Color

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

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


#c5474a Background Color

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

This div background color is #c5474a


#c5474a Border Color

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

This div border color is #c5474a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,71,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5474a


Comments

No comments written yet.

Please login to write comment.