Color Hex Logo

#c87505 Color Hex

#C87505
(200,117,5)
0 Favorites   0 Comments

Color spaces of #c87505

RGB 2001175
HSL0.100.950.40
HSV34°98°78°
CMYK 0.000.420.98   0.22
XYZ30.208125.01293.3794
Yxy25.01290.51550.4268
Hunter Lab50.012920.292531.0028
CIE-Lab57.088026.183463.1612

#c87505 color RGB value is (200,117,5).

#c87505 hex color red value is 200, green value is 117 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #c87505 hue: 0.10 , saturation: 0.95 and the lightness value of c87505 is 0.40.

The process color (four color CMYK) of #c87505 color hex is 0.00, 0.42, 0.98, 0.22. Web safe color of #c87505 is #cc6600. Color #c87505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110101 00000101
Octal 310 165 5
Decimal 200 117 5
Hex C8 75 5

RGB Percentages of Color #c87505

%62.11
%36.34
%1.55

CMYK Percentages of Color #c87505

%0
%42
%98
%22

Triadic Colors of #c87505

#c87505 #05c875 #7505c8

Analogous Colors of #c87505

#c87505 #bac805 #c81305

Monochromatic Colors of #c87505

#c87505

Complementary Color

#c87505 #0558c8

#c87505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87505 Color CSS Codes

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

#c87505 Text Font Color

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

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


#c87505 Background Color

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

This div background color is #c87505


#c87505 Border Color

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

This div border color is #c87505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87505


Comments

No comments written yet.

Please login to write comment.