Color Hex Logo

#87296e Color Hex

#87296E
(135,41,110)
0 Favorites   0 Comments

Color spaces of #87296e

RGB 13541110
HSL0.880.530.35
HSV316°70°53°
CMYK 0.000.700.19   0.47
XYZ13.59917.862615.5527
Yxy7.86260.36740.2124
Hunter Lab28.040337.4990-13.2572
CIE-Lab33.695147.3105-18.8659

#87296e color RGB value is (135,41,110).

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

The process color (four color CMYK) of #87296e color hex is 0.00, 0.70, 0.19, 0.47. Web safe color of #87296e is #993366. Color #87296e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101001 01101110
Octal 207 51 156
Decimal 135 41 110
Hex 87 29 6E

RGB Percentages of Color #87296e

%47.20
%14.34
%38.46

CMYK Percentages of Color #87296e

%0
%70
%19
%47

Triadic Colors of #87296e

#87296e #6e8729 #296e87

Analogous Colors of #87296e

#87296e #87293f #712987

Monochromatic Colors of #87296e

#87296e

Complementary Color

#87296e #298742

#87296e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87296e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87296e Color CSS Codes

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

#87296e Text Font Color

<p style="color:#87296e">Text here</p>

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


#87296e Background Color

<div style="background-color:#87296e">
Div content here</div>

This div background color is #87296e


#87296e Border Color

<div style="border:3px solid #87296e">
Div here</div>

This div border color is #87296e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87296e


Comments

No comments written yet.

Please login to write comment.