Color Hex Logo

#c5431f Color Hex

#C5431F
(197,67,31)
0 Favorites   0 Comments

Color spaces of #c5431f

RGB 1976731
HSL0.040.730.45
HSV13°84°77°
CMYK 0.000.660.84   0.23
XYZ25.280415.98363.0490
Yxy15.98360.57050.3607
Hunter Lab39.979542.907523.4639
CIE-Lab46.953050.203547.8060

#c5431f color RGB value is (197,67,31).

#c5431f hex color red value is 197, green value is 67 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c5431f hue: 0.04 , saturation: 0.73 and the lightness value of c5431f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000011 00011111
Octal 305 103 37
Decimal 197 67 31
Hex C5 43 1F

RGB Percentages of Color #c5431f

%66.78
%22.71
%10.51

CMYK Percentages of Color #c5431f

%0
%66
%84
%23

Triadic Colors of #c5431f

#c5431f #1fc543 #431fc5

Analogous Colors of #c5431f

#c5431f #c5961f #c51f4e

Monochromatic Colors of #c5431f

#c5431f

Complementary Color

#c5431f #1fa1c5

#c5431f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5431f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5431f Color CSS Codes

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

#c5431f Text Font Color

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

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


#c5431f Background Color

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

This div background color is #c5431f


#c5431f Border Color

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

This div border color is #c5431f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5431f


Comments

No comments written yet.

Please login to write comment.