Color Hex Logo

#87293b Color Hex

#87293B
(135,41,59)
0 Favorites   0 Comments

Color spaces of #87293b

RGB 1354159
HSL0.970.530.35
HSV349°70°53°
CMYK 0.000.700.56   0.47
XYZ11.57407.05254.8889
Yxy7.05250.49220.2999
Hunter Lab26.556531.32087.6746
CIE-Lab31.926141.250611.5459

#87293b color RGB value is (135,41,59).

#87293b hex color red value is 135, green value is 41 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #87293b hue: 0.97 , saturation: 0.53 and the lightness value of 87293b is 0.35.

The process color (four color CMYK) of #87293b color hex is 0.00, 0.70, 0.56, 0.47. Web safe color of #87293b is #993333. Color #87293b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101001 00111011
Octal 207 51 73
Decimal 135 41 59
Hex 87 29 3B

RGB Percentages of Color #87293b

%57.45
%17.45
%25.11

CMYK Percentages of Color #87293b

%0
%70
%56
%47

Triadic Colors of #87293b

#87293b #3b8729 #293b87

Analogous Colors of #87293b

#87293b #874629 #87296a

Monochromatic Colors of #87293b

#87293b

Complementary Color

#87293b #298775

#87293b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87293b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87293b Color CSS Codes

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

#87293b Text Font Color

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

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


#87293b Background Color

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

This div background color is #87293b


#87293b Border Color

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

This div border color is #87293b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,41,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87293b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87293b;
  -webkit-box-shadow: 1px 1px 3px 2px #87293b;
  box-shadow:         1px 1px 3px 2px #87293b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87293b


Comments

No comments written yet.

Please login to write comment.