Color Hex Logo

#c9580e Color Hex

#C9580E
(201,88,14)
0 Favorites   0 Comments

Color spaces of #c9580e

RGB 2018814
HSL0.070.870.42
HSV24°93°79°
CMYK 0.000.560.93   0.21
XYZ27.656419.42872.7079
Yxy19.42870.55540.3902
Hunter Lab44.078034.861927.2122
CIE-Lab51.185041.735557.4576

#c9580e color RGB value is (201,88,14).

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

The process color (four color CMYK) of #c9580e color hex is 0.00, 0.56, 0.93, 0.21. Web safe color of #c9580e is #cc6600. Color #c9580e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011000 00001110
Octal 311 130 16
Decimal 201 88 14
Hex C9 58 E

RGB Percentages of Color #c9580e

%66.34
%29.04
%4.62

CMYK Percentages of Color #c9580e

%0
%56
%93
%21

Triadic Colors of #c9580e

#c9580e #0ec958 #580ec9

Analogous Colors of #c9580e

#c9580e #c9b60e #c90e21

Monochromatic Colors of #c9580e

#c9580e

Complementary Color

#c9580e #0e7fc9

#c9580e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9580e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9580e Color CSS Codes

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

#c9580e Text Font Color

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

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


#c9580e Background Color

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

This div background color is #c9580e


#c9580e Border Color

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

This div border color is #c9580e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9580e


Comments

No comments written yet.

Please login to write comment.