Color Hex Logo

#87233d Color Hex

#87233D
(135,35,61)
0 Favorites   0 Comments

Color spaces of #87233d

RGB 1353561
HSL0.960.590.33
HSV344°74°53°
CMYK 0.000.740.55   0.47
XYZ11.43506.68995.1035
Yxy6.68990.49230.2880
Hunter Lab25.864833.65246.4066
CIE-Lab31.090343.85739.0795

#87233d color RGB value is (135,35,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100011 00111101
Octal 207 43 75
Decimal 135 35 61
Hex 87 23 3D

RGB Percentages of Color #87233d

%58.44
%15.15
%26.41

CMYK Percentages of Color #87233d

%0
%74
%55
%47

Triadic Colors of #87233d

#87233d #3d8723 #233d87

Analogous Colors of #87233d

#87233d #873b23 #87236f

Monochromatic Colors of #87233d

#87233d

Complementary Color

#87233d #23876d

#87233d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87233d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87233d Color CSS Codes

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

#87233d Text Font Color

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

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


#87233d Background Color

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

This div background color is #87233d


#87233d Border Color

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

This div border color is #87233d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87233d


Comments

No comments written yet.

Please login to write comment.