Color Hex Logo

#87285d Color Hex

#87285D
(135,40,93)
0 Favorites   0 Comments

Color spaces of #87285d

RGB 1354093
HSL0.910.540.34
HSV327°70°53°
CMYK 0.000.700.31   0.47
XYZ12.72627.458811.1249
Yxy7.45880.40650.2382
Hunter Lab27.310835.3829-5.0339
CIE-Lab32.829445.3225-9.3108

#87285d color RGB value is (135,40,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101000 01011101
Octal 207 50 135
Decimal 135 40 93
Hex 87 28 5D

RGB Percentages of Color #87285d

%50.37
%14.93
%34.70

CMYK Percentages of Color #87285d

%0
%70
%31
%47

Triadic Colors of #87285d

#87285d #5d8728 #285d87

Analogous Colors of #87285d

#87285d #87282d #822887

Monochromatic Colors of #87285d

#87285d

Complementary Color

#87285d #288752

#87285d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87285d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87285d Color CSS Codes

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

#87285d Text Font Color

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

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


#87285d Background Color

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

This div background color is #87285d


#87285d Border Color

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

This div border color is #87285d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87285d


Comments

No comments written yet.

Please login to write comment.