Color Hex Logo

#c4580e Color Hex

#C4580E
(196,88,14)
0 Favorites   0 Comments

Color spaces of #c4580e

RGB 1968814
HSL0.070.870.41
HSV24°93°77°
CMYK 0.000.550.93   0.23
XYZ26.333918.74692.6460
Yxy18.74690.55180.3928
Hunter Lab43.297732.793826.6851
CIE-Lab50.389839.795756.5347

#c4580e color RGB value is (196,88,14).

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

The process color (four color CMYK) of #c4580e color hex is 0.00, 0.55, 0.93, 0.23. Web safe color of #c4580e is #cc6600. Color #c4580e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011000 00001110
Octal 304 130 16
Decimal 196 88 14
Hex C4 58 E

RGB Percentages of Color #c4580e

%65.77
%29.53
%4.70

CMYK Percentages of Color #c4580e

%0
%55
%93
%23

Triadic Colors of #c4580e

#c4580e #0ec458 #580ec4

Analogous Colors of #c4580e

#c4580e #c4b30e #c40e1f

Monochromatic Colors of #c4580e

#c4580e

Complementary Color

#c4580e #0e7ac4

#c4580e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4580e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4580e Color CSS Codes

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

#c4580e Text Font Color

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

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


#c4580e Background Color

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

This div background color is #c4580e


#c4580e Border Color

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

This div border color is #c4580e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,88,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 #c4580e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4580e


Comments

No comments written yet.

Please login to write comment.