Color Hex Logo

#c87001 Color Hex

#C87001
(200,112,1)
0 Favorites   0 Comments

Color spaces of #c87001

RGB 2001121
HSL0.090.990.39
HSV33°100°78°
CMYK 0.000.441.00   0.22
XYZ29.619123.86993.0750
Yxy23.86990.52360.4220
Hunter Lab48.856822.714930.4681
CIE-Lab55.957328.824863.1586

#c87001 color RGB value is (200,112,1).

#c87001 hex color red value is 200, green value is 112 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c87001 hue: 0.09 , saturation: 0.99 and the lightness value of c87001 is 0.39.

The process color (four color CMYK) of #c87001 color hex is 0.00, 0.44, 1.00, 0.22. Web safe color of #c87001 is #cc6600. Color #c87001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110000 00000001
Octal 310 160 1
Decimal 200 112 1
Hex C8 70 1

RGB Percentages of Color #c87001

%63.90
%35.78
%0.32

CMYK Percentages of Color #c87001

%0
%44
%100
%22

Triadic Colors of #c87001

#c87001 #01c870 #7001c8

Analogous Colors of #c87001

#c87001 #bdc801 #c80d01

Monochromatic Colors of #c87001

#c87001

Complementary Color

#c87001 #0159c8

#c87001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87001 Color CSS Codes

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

#c87001 Text Font Color

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

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


#c87001 Background Color

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

This div background color is #c87001


#c87001 Border Color

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

This div border color is #c87001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87001


Comments

No comments written yet.

Please login to write comment.