Color Hex Logo

#86074e Color Hex

#86074E
(134,7,78)
0 Favorites   0 Comments

Color spaces of #86074e

RGB 134778
HSL0.910.900.28
HSV326°95°53°
CMYK 0.000.950.42   0.47
XYZ11.28265.77037.7269
Yxy5.77030.45530.2329
Hunter Lab24.021441.8019-2.2566
CIE-Lab28.825452.5183-5.5176

#86074e color RGB value is (134,7,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000111 01001110
Octal 206 7 116
Decimal 134 7 78
Hex 86 7 4E

RGB Percentages of Color #86074e

%61.19
%3.20
%35.62

CMYK Percentages of Color #86074e

%0
%95
%42
%47

Triadic Colors of #86074e

#86074e #4e8607 #074e86

Analogous Colors of #86074e

#86074e #86070e #7f0786

Monochromatic Colors of #86074e

#86074e

Complementary Color

#86074e #07863f

#86074e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86074e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86074e Color CSS Codes

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

#86074e Text Font Color

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

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


#86074e Background Color

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

This div background color is #86074e


#86074e Border Color

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

This div border color is #86074e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,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 #86074e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86074e


Comments

No comments written yet.

Please login to write comment.