Color Hex Logo

#c54235 Color Hex

#C54235
(197,66,53)
0 Favorites   0 Comments

Color spaces of #c54235

RGB 1976653
HSL0.020.580.49
HSV73°77°
CMYK 0.000.660.73   0.23
XYZ25.616816.02385.1109
Yxy16.02380.54790.3427
Hunter Lab40.029744.178020.4508
CIE-Lab47.005751.396236.4850

#c54235 color RGB value is (197,66,53).

#c54235 hex color red value is 197, green value is 66 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #c54235 hue: 0.02 , saturation: 0.58 and the lightness value of c54235 is 0.49.

The process color (four color CMYK) of #c54235 color hex is 0.00, 0.66, 0.73, 0.23. Web safe color of #c54235 is #cc3333. Color #c54235 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000010 00110101
Octal 305 102 65
Decimal 197 66 53
Hex C5 42 35

RGB Percentages of Color #c54235

%62.34
%20.89
%16.77

CMYK Percentages of Color #c54235

%0
%66
%73
%23

Triadic Colors of #c54235

#c54235 #35c542 #4235c5

Analogous Colors of #c54235

#c54235 #c58a35 #c53570

Monochromatic Colors of #c54235

#c54235

Complementary Color

#c54235 #35b8c5

#c54235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54235 Color CSS Codes

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

#c54235 Text Font Color

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

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


#c54235 Background Color

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

This div background color is #c54235


#c54235 Border Color

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

This div border color is #c54235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54235


Comments

No comments written yet.

Please login to write comment.