Color Hex Logo

#87233b Color Hex

#87233B
(135,35,59)
0 Favorites   0 Comments

Color spaces of #87233b

RGB 1353559
HSL0.960.590.33
HSV346°74°53°
CMYK 0.000.740.56   0.47
XYZ11.38216.66874.8250
Yxy6.66870.49760.2915
Hunter Lab25.823833.48396.9988
CIE-Lab31.040543.690710.3299

#87233b color RGB value is (135,35,59).

#87233b hex color red value is 135, green value is 35 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #87233b hue: 0.96 , saturation: 0.59 and the lightness value of 87233b is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100011 00111011
Octal 207 43 73
Decimal 135 35 59
Hex 87 23 3B

RGB Percentages of Color #87233b

%58.95
%15.28
%25.76

CMYK Percentages of Color #87233b

%0
%74
%56
%47

Triadic Colors of #87233b

#87233b #3b8723 #233b87

Analogous Colors of #87233b

#87233b #873d23 #87236d

Monochromatic Colors of #87233b

#87233b

Complementary Color

#87233b #23876f

#87233b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87233b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87233b Color CSS Codes

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

#87233b Text Font Color

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

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


#87233b Background Color

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

This div background color is #87233b


#87233b Border Color

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

This div border color is #87233b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,35,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 #87233b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87233b


Comments

No comments written yet.

Please login to write comment.