Color Hex Logo

#875015 Color Hex

#875015
(135,80,21)
0 Favorites   0 Comments

Color spaces of #875015

RGB 1358021
HSL0.090.730.31
HSV31°84°53°
CMYK 0.000.410.84   0.47
XYZ12.995710.94242.1366
Yxy10.94240.49840.4197
Hunter Lab33.079312.237619.3260
CIE-Lab39.483318.434841.7159

#875015 color RGB value is (135,80,21).

#875015 hex color red value is 135, green value is 80 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #875015 hue: 0.09 , saturation: 0.73 and the lightness value of 875015 is 0.31.

The process color (four color CMYK) of #875015 color hex is 0.00, 0.41, 0.84, 0.47. Web safe color of #875015 is #996600. Color #875015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010000 00010101
Octal 207 120 25
Decimal 135 80 21
Hex 87 50 15

RGB Percentages of Color #875015

%57.20
%33.90
%8.90

CMYK Percentages of Color #875015

%0
%41
%84
%47

Triadic Colors of #875015

#875015 #158750 #501587

Analogous Colors of #875015

#875015 #858715 #871715

Monochromatic Colors of #875015

#875015

Complementary Color

#875015 #154c87

#875015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875015 Color CSS Codes

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

#875015 Text Font Color

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

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


#875015 Background Color

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

This div background color is #875015


#875015 Border Color

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

This div border color is #875015


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,80,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #875015; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #875015;
  -webkit-box-shadow: 1px 1px 3px 2px #875015;
  box-shadow:         1px 1px 3px 2px #875015; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,80,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875015


Comments

No comments written yet.

Please login to write comment.