Color Hex Logo

#86074c Color Hex

#86074C
(134,7,76)
0 Favorites   0 Comments

Color spaces of #86074c

RGB 134776
HSL0.910.900.28
HSV327°95°53°
CMYK 0.000.950.43   0.47
XYZ11.21205.74217.3549
Yxy5.74210.46120.2362
Hunter Lab23.962741.5844-1.4241
CIE-Lab28.752352.3199-4.2930

#86074c color RGB value is (134,7,76).

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

The process color (four color CMYK) of #86074c color hex is 0.00, 0.95, 0.43, 0.47. Web safe color of #86074c is #990033. Color #86074c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000111 01001100
Octal 206 7 114
Decimal 134 7 76
Hex 86 7 4C

RGB Percentages of Color #86074c

%61.75
%3.23
%35.02

CMYK Percentages of Color #86074c

%0
%95
%43
%47

Triadic Colors of #86074c

#86074c #4c8607 #074c86

Analogous Colors of #86074c

#86074c #86070d #810786

Monochromatic Colors of #86074c

#86074c

Complementary Color

#86074c #078641

#86074c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86074c Color Preview on White Background

Lorem ipsum dolor sit amet.

#86074c Color CSS Codes

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

#86074c Text Font Color

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

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


#86074c Background Color

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

This div background color is #86074c


#86074c Border Color

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

This div border color is #86074c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86074c


Comments

No comments written yet.

Please login to write comment.