Color Hex Logo

#c54507 Color Hex

#C54507
(197,69,7)
0 Favorites   0 Comments

Color spaces of #c54507

RGB 197697
HSL0.050.930.40
HSV20°96°77°
CMYK 0.000.650.96   0.23
XYZ25.192416.14191.9889
Yxy16.14190.58150.3726
Hunter Lab40.177041.616125.1888
CIE-Lab47.160148.937156.2246

#c54507 color RGB value is (197,69,7).

#c54507 hex color red value is 197, green value is 69 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #c54507 hue: 0.05 , saturation: 0.93 and the lightness value of c54507 is 0.40.

The process color (four color CMYK) of #c54507 color hex is 0.00, 0.65, 0.96, 0.23. Web safe color of #c54507 is #cc3300. Color #c54507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000101 00000111
Octal 305 105 7
Decimal 197 69 7
Hex C5 45 7

RGB Percentages of Color #c54507

%72.16
%25.27
%2.56

CMYK Percentages of Color #c54507

%0
%65
%96
%23

Triadic Colors of #c54507

#c54507 #07c545 #4507c5

Analogous Colors of #c54507

#c54507 #c5a407 #c50728

Monochromatic Colors of #c54507

#c54507

Complementary Color

#c54507 #0787c5

#c54507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54507 Color CSS Codes

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

#c54507 Text Font Color

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

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


#c54507 Background Color

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

This div background color is #c54507


#c54507 Border Color

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

This div border color is #c54507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54507


Comments

No comments written yet.

Please login to write comment.