Color Hex Logo

#86414f Color Hex

#86414F
(134,65,79)
0 Favorites   0 Comments

Color spaces of #86414f

RGB 1346579
HSL0.970.350.39
HSV348°51°53°
CMYK 0.000.510.41   0.47
XYZ13.13319.41348.5219
Yxy9.41340.42270.3030
Hunter Lab30.681322.71465.0087
CIE-Lab36.768331.04175.4295

#86414f color RGB value is (134,65,79).

#86414f hex color red value is 134, green value is 65 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #86414f hue: 0.97 , saturation: 0.35 and the lightness value of 86414f is 0.39.

The process color (four color CMYK) of #86414f color hex is 0.00, 0.51, 0.41, 0.47. Web safe color of #86414f is #993366. Color #86414f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000001 01001111
Octal 206 101 117
Decimal 134 65 79
Hex 86 41 4F

RGB Percentages of Color #86414f

%48.20
%23.38
%28.42

CMYK Percentages of Color #86414f

%0
%51
%41
%47

Triadic Colors of #86414f

#86414f #4f8641 #414f86

Analogous Colors of #86414f

#86414f #865641 #864172

Monochromatic Colors of #86414f

#86414f

Complementary Color

#86414f #418678

#86414f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86414f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86414f Color CSS Codes

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

#86414f Text Font Color

<p style="color:#86414f">Text here</p>

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


#86414f Background Color

<div style="background-color:#86414f">
Div content here</div>

This div background color is #86414f


#86414f Border Color

<div style="border:3px solid #86414f">
Div here</div>

This div border color is #86414f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,65,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86414f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86414f;
  -webkit-box-shadow: 1px 1px 3px 2px #86414f;
  box-shadow:         1px 1px 3px 2px #86414f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86414f


Comments

No comments written yet.

Please login to write comment.