Color Hex Logo

#87075e Color Hex

#87075E
(135,7,94)
0 Favorites   0 Comments

Color spaces of #87075e

RGB 135794
HSL0.890.900.28
HSV319°95°53°
CMYK 0.000.950.30   0.47
XYZ12.08806.111011.1321
Yxy6.11100.41210.2083
Hunter Lab24.720444.0236-9.3951
CIE-Lab29.690854.5013-14.7423

#87075e color RGB value is (135,7,94).

#87075e hex color red value is 135, green value is 7 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #87075e hue: 0.89 , saturation: 0.90 and the lightness value of 87075e is 0.28.

The process color (four color CMYK) of #87075e color hex is 0.00, 0.95, 0.30, 0.47. Web safe color of #87075e is #990066. Color #87075e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000111 01011110
Octal 207 7 136
Decimal 135 7 94
Hex 87 7 5E

RGB Percentages of Color #87075e

%57.20
%2.97
%39.83

CMYK Percentages of Color #87075e

%0
%95
%30
%47

Triadic Colors of #87075e

#87075e #5e8707 #075e87

Analogous Colors of #87075e

#87075e #87071e #700787

Monochromatic Colors of #87075e

#87075e

Complementary Color

#87075e #078730

#87075e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87075e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87075e Color CSS Codes

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

#87075e Text Font Color

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

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


#87075e Background Color

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

This div background color is #87075e


#87075e Border Color

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

This div border color is #87075e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87075e


Comments

No comments written yet.

Please login to write comment.