Color Hex Logo

#87295c Color Hex

#87295C
(135,41,92)
0 Favorites   0 Comments

Color spaces of #87295c

RGB 1354192
HSL0.910.530.35
HSV327°70°53°
CMYK 0.000.700.32   0.47
XYZ12.71647.509510.9045
Yxy7.50950.40850.2412
Hunter Lab27.403534.8757-4.4105
CIE-Lab32.939744.7810-8.4989

#87295c color RGB value is (135,41,92).

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

The process color (four color CMYK) of #87295c color hex is 0.00, 0.70, 0.32, 0.47. Web safe color of #87295c is #993366. Color #87295c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101001 01011100
Octal 207 51 134
Decimal 135 41 92
Hex 87 29 5C

RGB Percentages of Color #87295c

%50.37
%15.30
%34.33

CMYK Percentages of Color #87295c

%0
%70
%32
%47

Triadic Colors of #87295c

#87295c #5c8729 #295c87

Analogous Colors of #87295c

#87295c #87292d #832987

Monochromatic Colors of #87295c

#87295c

Complementary Color

#87295c #298754

#87295c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87295c Color Preview on White Background

Lorem ipsum dolor sit amet.

#87295c Color CSS Codes

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

#87295c Text Font Color

<p style="color:#87295c">Text here</p>

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


#87295c Background Color

<div style="background-color:#87295c">
Div content here</div>

This div background color is #87295c


#87295c Border Color

<div style="border:3px solid #87295c">
Div here</div>

This div border color is #87295c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87295c


Comments

No comments written yet.

Please login to write comment.