Color Hex Logo

#86325e Color Hex

#86325E
(134,50,94)
0 Favorites   0 Comments

Color spaces of #86325e

RGB 1345094
HSL0.910.460.36
HSV329°63°53°
CMYK 0.000.630.30   0.47
XYZ12.99258.157711.4795
Yxy8.15770.39820.2500
Hunter Lab28.561731.2154-3.8366
CIE-Lab34.309240.7158-7.7424

#86325e color RGB value is (134,50,94).

#86325e hex color red value is 134, green value is 50 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #86325e hue: 0.91 , saturation: 0.46 and the lightness value of 86325e is 0.36.

The process color (four color CMYK) of #86325e color hex is 0.00, 0.63, 0.30, 0.47. Web safe color of #86325e is #993366. Color #86325e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110010 01011110
Octal 206 62 136
Decimal 134 50 94
Hex 86 32 5E

RGB Percentages of Color #86325e

%48.20
%17.99
%33.81

CMYK Percentages of Color #86325e

%0
%63
%30
%47

Triadic Colors of #86325e

#86325e #5e8632 #325e86

Analogous Colors of #86325e

#86325e #863234 #843286

Monochromatic Colors of #86325e

#86325e

Complementary Color

#86325e #32865a

#86325e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86325e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86325e Color CSS Codes

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

#86325e Text Font Color

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

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


#86325e Background Color

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

This div background color is #86325e


#86325e Border Color

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

This div border color is #86325e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86325e


Comments

No comments written yet.

Please login to write comment.