Color Hex Logo

#86465d Color Hex

#86465D
(134,70,93)
0 Favorites   0 Comments

Color spaces of #86465d

RGB 1347093
HSL0.940.310.40
HSV338°48°53°
CMYK 0.000.480.31   0.47
XYZ13.997510.239011.5945
Yxy10.23900.39070.2858
Hunter Lab31.998422.08640.9154
CIE-Lab38.268030.1288-1.2313

#86465d color RGB value is (134,70,93).

#86465d hex color red value is 134, green value is 70 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #86465d hue: 0.94 , saturation: 0.31 and the lightness value of 86465d is 0.40.

The process color (four color CMYK) of #86465d color hex is 0.00, 0.48, 0.31, 0.47. Web safe color of #86465d is #993366. Color #86465d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000110 01011101
Octal 206 106 135
Decimal 134 70 93
Hex 86 46 5D

RGB Percentages of Color #86465d

%45.12
%23.57
%31.31

CMYK Percentages of Color #86465d

%0
%48
%31
%47

Triadic Colors of #86465d

#86465d #5d8646 #465d86

Analogous Colors of #86465d

#86465d #864f46 #86467d

Monochromatic Colors of #86465d

#86465d

Complementary Color

#86465d #46866f

#86465d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86465d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86465d Color CSS Codes

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

#86465d Text Font Color

<p style="color:#86465d">Text here</p>

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


#86465d Background Color

<div style="background-color:#86465d">
Div content here</div>

This div background color is #86465d


#86465d Border Color

<div style="border:3px solid #86465d">
Div here</div>

This div border color is #86465d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,70,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86465d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86465d;
  -webkit-box-shadow: 1px 1px 3px 2px #86465d;
  box-shadow:         1px 1px 3px 2px #86465d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86465d


Comments

No comments written yet.

Please login to write comment.