Color Hex Logo

#c54104 Color Hex

#C54104
(197,65,4)
0 Favorites   0 Comments

Color spaces of #c54104

RGB 197654
HSL0.050.960.39
HSV19°98°77°
CMYK 0.000.670.98   0.23
XYZ24.938215.65971.8231
Yxy15.65970.58790.3691
Hunter Lab39.572343.237824.9691
CIE-Lab46.524850.591556.6356

#c54104 color RGB value is (197,65,4).

#c54104 hex color red value is 197, green value is 65 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #c54104 hue: 0.05 , saturation: 0.96 and the lightness value of c54104 is 0.39.

The process color (four color CMYK) of #c54104 color hex is 0.00, 0.67, 0.98, 0.23. Web safe color of #c54104 is #cc3300. Color #c54104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000001 00000100
Octal 305 101 4
Decimal 197 65 4
Hex C5 41 4

RGB Percentages of Color #c54104

%74.06
%24.44
%1.50

CMYK Percentages of Color #c54104

%0
%67
%98
%23

Triadic Colors of #c54104

#c54104 #04c541 #4104c5

Analogous Colors of #c54104

#c54104 #c5a204 #c50427

Monochromatic Colors of #c54104

#c54104

Complementary Color

#c54104 #0488c5

#c54104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54104 Color CSS Codes

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

#c54104 Text Font Color

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

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


#c54104 Background Color

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

This div background color is #c54104


#c54104 Border Color

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

This div border color is #c54104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54104


Comments

No comments written yet.

Please login to write comment.