Color Hex Logo

#87284d Color Hex

#87284D
(135,40,77)
0 Favorites   0 Comments

Color spaces of #87284d

RGB 1354077
HSL0.940.540.34
HSV337°70°53°
CMYK 0.000.700.43   0.47
XYZ12.09007.20437.7745
Yxy7.20430.44660.2661
Hunter Lab26.840833.43091.6151
CIE-Lab32.267543.40850.2474

#87284d color RGB value is (135,40,77).

#87284d hex color red value is 135, green value is 40 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #87284d hue: 0.94 , saturation: 0.54 and the lightness value of 87284d is 0.34.

The process color (four color CMYK) of #87284d color hex is 0.00, 0.70, 0.43, 0.47. Web safe color of #87284d is #993366. Color #87284d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101000 01001101
Octal 207 50 115
Decimal 135 40 77
Hex 87 28 4D

RGB Percentages of Color #87284d

%53.57
%15.87
%30.56

CMYK Percentages of Color #87284d

%0
%70
%43
%47

Triadic Colors of #87284d

#87284d #4d8728 #284d87

Analogous Colors of #87284d

#87284d #873328 #87287d

Monochromatic Colors of #87284d

#87284d

Complementary Color

#87284d #288762

#87284d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87284d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87284d Color CSS Codes

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

#87284d Text Font Color

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

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


#87284d Background Color

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

This div background color is #87284d


#87284d Border Color

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

This div border color is #87284d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87284d


Comments

No comments written yet.

Please login to write comment.