Color Hex Logo

#87074e Color Hex

#87074E
(135,7,78)
0 Favorites   0 Comments

Color spaces of #87074e

RGB 135778
HSL0.910.900.28
HSV327°95°53°
CMYK 0.000.950.42   0.47
XYZ11.44285.85297.7343
Yxy5.85290.45720.2338
Hunter Lab24.192842.0904-2.0198
CIE-Lab29.038352.7583-5.1770

#87074e color RGB value is (135,7,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000111 01001110
Octal 207 7 116
Decimal 135 7 78
Hex 87 7 4E

RGB Percentages of Color #87074e

%61.36
%3.18
%35.45

CMYK Percentages of Color #87074e

%0
%95
%42
%47

Triadic Colors of #87074e

#87074e #4e8707 #074e87

Analogous Colors of #87074e

#87074e #87070e #800787

Monochromatic Colors of #87074e

#87074e

Complementary Color

#87074e #078740

#87074e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87074e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87074e Color CSS Codes

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

#87074e Text Font Color

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

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


#87074e Background Color

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

This div background color is #87074e


#87074e Border Color

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

This div border color is #87074e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87074e


Comments

No comments written yet.

Please login to write comment.