Color Hex Logo

#c87421 Color Hex

#C87421
(200,116,33)
0 Favorites   0 Comments

Color spaces of #c87421

RGB 20011633
HSL0.080.720.46
HSV30°84°78°
CMYK 0.000.420.84   0.22
XYZ30.339324.87994.6421
Yxy24.87990.50680.4156
Hunter Lab49.879821.282829.3980
CIE-Lab56.958227.236055.9215

#c87421 color RGB value is (200,116,33).

#c87421 hex color red value is 200, green value is 116 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #c87421 hue: 0.08 , saturation: 0.72 and the lightness value of c87421 is 0.46.

The process color (four color CMYK) of #c87421 color hex is 0.00, 0.42, 0.84, 0.22. Web safe color of #c87421 is #cc6633. Color #c87421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110100 00100001
Octal 310 164 41
Decimal 200 116 33
Hex C8 74 21

RGB Percentages of Color #c87421

%57.31
%33.24
%9.46

CMYK Percentages of Color #c87421

%0
%42
%84
%22

Triadic Colors of #c87421

#c87421 #21c874 #7421c8

Analogous Colors of #c87421

#c87421 #c8c821 #c82122

Monochromatic Colors of #c87421

#c87421

Complementary Color

#c87421 #2175c8

#c87421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87421 Color CSS Codes

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

#c87421 Text Font Color

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

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


#c87421 Background Color

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

This div background color is #c87421


#c87421 Border Color

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

This div border color is #c87421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87421


Comments

No comments written yet.

Please login to write comment.