Color Hex Logo

#c5430e Color Hex

#C5430E
(197,67,14)
0 Favorites   0 Comments

Color spaces of #c5430e

RGB 1976714
HSL0.050.870.41
HSV17°93°77°
CMYK 0.000.660.93   0.23
XYZ25.112415.91632.1641
Yxy15.91630.58140.3685
Hunter Lab39.895242.541724.7105
CIE-Lab46.864549.871054.2116

#c5430e color RGB value is (197,67,14).

#c5430e hex color red value is 197, green value is 67 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c5430e hue: 0.05 , saturation: 0.87 and the lightness value of c5430e is 0.41.

The process color (four color CMYK) of #c5430e color hex is 0.00, 0.66, 0.93, 0.23. Web safe color of #c5430e is #cc3300. Color #c5430e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000011 00001110
Octal 305 103 16
Decimal 197 67 14
Hex C5 43 E

RGB Percentages of Color #c5430e

%70.86
%24.10
%5.04

CMYK Percentages of Color #c5430e

%0
%66
%93
%23

Triadic Colors of #c5430e

#c5430e #0ec543 #430ec5

Analogous Colors of #c5430e

#c5430e #c59f0e #c50e35

Monochromatic Colors of #c5430e

#c5430e

Complementary Color

#c5430e #0e90c5

#c5430e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5430e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5430e Color CSS Codes

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

#c5430e Text Font Color

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

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


#c5430e Background Color

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

This div background color is #c5430e


#c5430e Border Color

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

This div border color is #c5430e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5430e


Comments

No comments written yet.

Please login to write comment.