Color Hex Logo

#c87240 Color Hex

#C87240
(200,114,64)
0 Favorites   0 Comments

Color spaces of #c87240

RGB 20011464
HSL0.060.550.52
HSV22°68°78°
CMYK 0.000.430.68   0.22
XYZ30.762124.68427.9937
Yxy24.68420.48490.3891
Hunter Lab49.683223.575425.2389
CIE-Lab56.766429.642741.7143

#c87240 color RGB value is (200,114,64).

#c87240 hex color red value is 200, green value is 114 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c87240 hue: 0.06 , saturation: 0.55 and the lightness value of c87240 is 0.52.

The process color (four color CMYK) of #c87240 color hex is 0.00, 0.43, 0.68, 0.22. Web safe color of #c87240 is #cc6633. Color #c87240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110010 01000000
Octal 310 162 100
Decimal 200 114 64
Hex C8 72 40

RGB Percentages of Color #c87240

%52.91
%30.16
%16.93

CMYK Percentages of Color #c87240

%0
%43
%68
%22

Triadic Colors of #c87240

#c87240 #40c872 #7240c8

Analogous Colors of #c87240

#c87240 #c8b640 #c84052

Monochromatic Colors of #c87240

#c87240

Complementary Color

#c87240 #4096c8

#c87240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87240 Color CSS Codes

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

#c87240 Text Font Color

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

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


#c87240 Background Color

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

This div background color is #c87240


#c87240 Border Color

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

This div border color is #c87240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87240


Comments

No comments written yet.

Please login to write comment.