Color Hex Logo

#87263f Color Hex

#87263F
(135,38,63)
0 Favorites   0 Comments

Color spaces of #87263f

RGB 1353863
HSL0.960.560.34
HSV345°72°53°
CMYK 0.000.720.53   0.47
XYZ11.58206.89605.4232
Yxy6.89600.48460.2885
Hunter Lab26.260232.77156.1377
CIE-Lab31.569042.84728.4295

#87263f color RGB value is (135,38,63).

#87263f hex color red value is 135, green value is 38 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #87263f hue: 0.96 , saturation: 0.56 and the lightness value of 87263f is 0.34.

The process color (four color CMYK) of #87263f color hex is 0.00, 0.72, 0.53, 0.47. Web safe color of #87263f is #993333. Color #87263f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100110 00111111
Octal 207 46 77
Decimal 135 38 63
Hex 87 26 3F

RGB Percentages of Color #87263f

%57.20
%16.10
%26.69

CMYK Percentages of Color #87263f

%0
%72
%53
%47

Triadic Colors of #87263f

#87263f #3f8726 #263f87

Analogous Colors of #87263f

#87263f #873e26 #872670

Monochromatic Colors of #87263f

#87263f

Complementary Color

#87263f #26876e

#87263f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87263f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87263f Color CSS Codes

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

#87263f Text Font Color

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

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


#87263f Background Color

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

This div background color is #87263f


#87263f Border Color

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

This div border color is #87263f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,38,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87263f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87263f;
  -webkit-box-shadow: 1px 1px 3px 2px #87263f;
  box-shadow:         1px 1px 3px 2px #87263f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87263f


Comments

No comments written yet.

Please login to write comment.