Color Hex Logo

#c87047 Color Hex

#C87047
(200,112,71)
0 Favorites   0 Comments

Color spaces of #c87047

RGB 20011271
HSL0.050.540.53
HSV19°65°78°
CMYK 0.000.440.65   0.22
XYZ30.750924.32269.0352
Yxy24.32260.47970.3794
Hunter Lab49.317924.992523.6605
CIE-Lab56.409431.140137.6090

#c87047 color RGB value is (200,112,71).

#c87047 hex color red value is 200, green value is 112 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #c87047 hue: 0.05 , saturation: 0.54 and the lightness value of c87047 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110000 01000111
Octal 310 160 107
Decimal 200 112 71
Hex C8 70 47

RGB Percentages of Color #c87047

%52.22
%29.24
%18.54

CMYK Percentages of Color #c87047

%0
%44
%65
%22

Triadic Colors of #c87047

#c87047 #47c870 #7047c8

Analogous Colors of #c87047

#c87047 #c8b147 #c8475f

Monochromatic Colors of #c87047

#c87047

Complementary Color

#c87047 #479fc8

#c87047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87047 Color CSS Codes

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

#c87047 Text Font Color

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

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


#c87047 Background Color

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

This div background color is #c87047


#c87047 Border Color

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

This div border color is #c87047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87047


Comments

No comments written yet.

Please login to write comment.