Color Hex Logo

#c54932 Color Hex

#C54932
(197,73,50)
0 Favorites   0 Comments

Color spaces of #c54932

RGB 1977350
HSL0.030.600.48
HSV75°77°
CMYK 0.000.630.75   0.23
XYZ25.984216.86574.9035
Yxy16.86570.54410.3532
Hunter Lab41.067941.070621.6683
CIE-Lab48.090448.257639.3446

#c54932 color RGB value is (197,73,50).

#c54932 hex color red value is 197, green value is 73 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c54932 hue: 0.03 , saturation: 0.60 and the lightness value of c54932 is 0.48.

The process color (four color CMYK) of #c54932 color hex is 0.00, 0.63, 0.75, 0.23. Web safe color of #c54932 is #cc3333. Color #c54932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001001 00110010
Octal 305 111 62
Decimal 197 73 50
Hex C5 49 32

RGB Percentages of Color #c54932

%61.56
%22.81
%15.63

CMYK Percentages of Color #c54932

%0
%63
%75
%23

Triadic Colors of #c54932

#c54932 #32c549 #4932c5

Analogous Colors of #c54932

#c54932 #c59332 #c53265

Monochromatic Colors of #c54932

#c54932

Complementary Color

#c54932 #32aec5

#c54932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54932 Color CSS Codes

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

#c54932 Text Font Color

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

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


#c54932 Background Color

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

This div background color is #c54932


#c54932 Border Color

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

This div border color is #c54932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54932


Comments

No comments written yet.

Please login to write comment.