Color Hex Logo

#87295d Color Hex

#87295D
(135,41,93)
0 Favorites   0 Comments

Color spaces of #87295d

RGB 1354193
HSL0.910.530.35
HSV327°70°53°
CMYK 0.000.700.31   0.47
XYZ12.76047.527111.1363
Yxy7.52710.40610.2395
Hunter Lab27.435635.0089-4.8614
CIE-Lab32.977944.9110-9.0866

#87295d color RGB value is (135,41,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101001 01011101
Octal 207 51 135
Decimal 135 41 93
Hex 87 29 5D

RGB Percentages of Color #87295d

%50.19
%15.24
%34.57

CMYK Percentages of Color #87295d

%0
%70
%31
%47

Triadic Colors of #87295d

#87295d #5d8729 #295d87

Analogous Colors of #87295d

#87295d #87292e #822987

Monochromatic Colors of #87295d

#87295d

Complementary Color

#87295d #298753

#87295d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87295d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87295d Color CSS Codes

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

#87295d Text Font Color

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

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


#87295d Background Color

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

This div background color is #87295d


#87295d Border Color

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

This div border color is #87295d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87295d


Comments

No comments written yet.

Please login to write comment.