Color Hex Logo

#c9711f Color Hex

#C9711F
(201,113,31)
0 Favorites   0 Comments

Color spaces of #c9711f

RGB 20111331
HSL0.080.730.45
HSV29°85°79°
CMYK 0.000.440.85   0.21
XYZ30.239824.32674.3980
Yxy24.32670.51280.4126
Hunter Lab49.322123.126229.2386
CIE-Lab56.413429.210356.2290

#c9711f color RGB value is (201,113,31).

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

The process color (four color CMYK) of #c9711f color hex is 0.00, 0.44, 0.85, 0.21. Web safe color of #c9711f is #cc6633. Color #c9711f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110001 00011111
Octal 311 161 37
Decimal 201 113 31
Hex C9 71 1F

RGB Percentages of Color #c9711f

%58.26
%32.75
%8.99

CMYK Percentages of Color #c9711f

%0
%44
%85
%21

Triadic Colors of #c9711f

#c9711f #1fc971 #711fc9

Analogous Colors of #c9711f

#c9711f #c9c61f #c91f22

Monochromatic Colors of #c9711f

#c9711f

Complementary Color

#c9711f #1f77c9

#c9711f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9711f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9711f Color CSS Codes

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

#c9711f Text Font Color

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

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


#c9711f Background Color

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

This div background color is #c9711f


#c9711f Border Color

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

This div border color is #c9711f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9711f


Comments

No comments written yet.

Please login to write comment.