Color Hex Logo

#c8701a Color Hex

#C8701A
(200,112,26)
0 Favorites   0 Comments

Color spaces of #c8701a

RGB 20011226
HSL0.080.770.44
HSV30°87°78°
CMYK 0.000.440.87   0.22
XYZ29.800023.94234.0280
Yxy23.94230.51580.4144
Hunter Lab48.930923.081529.3708
CIE-Lab56.030029.200257.5489

#c8701a color RGB value is (200,112,26).

#c8701a hex color red value is 200, green value is 112 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #c8701a hue: 0.08 , saturation: 0.77 and the lightness value of c8701a is 0.44.

The process color (four color CMYK) of #c8701a color hex is 0.00, 0.44, 0.87, 0.22. Web safe color of #c8701a is #cc6633. Color #c8701a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110000 00011010
Octal 310 160 32
Decimal 200 112 26
Hex C8 70 1A

RGB Percentages of Color #c8701a

%59.17
%33.14
%7.69

CMYK Percentages of Color #c8701a

%0
%44
%87
%22

Triadic Colors of #c8701a

#c8701a #1ac870 #701ac8

Analogous Colors of #c8701a

#c8701a #c8c71a #c81a1b

Monochromatic Colors of #c8701a

#c8701a

Complementary Color

#c8701a #1a72c8

#c8701a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8701a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8701a Color CSS Codes

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

#c8701a Text Font Color

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

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


#c8701a Background Color

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

This div background color is #c8701a


#c8701a Border Color

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

This div border color is #c8701a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,112,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8701a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8701a;
  -webkit-box-shadow: 1px 1px 3px 2px #c8701a;
  box-shadow:         1px 1px 3px 2px #c8701a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,112,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8701a


Comments

No comments written yet.

Please login to write comment.