Color Hex Logo

#86327e Color Hex

#86327E
(134,50,126)
0 Favorites   0 Comments

Color spaces of #86327e

RGB 13450126
HSL0.850.460.36
HSV306°63°53°
CMYK 0.000.630.06   0.47
XYZ14.73808.855920.6712
Yxy8.85590.33290.2001
Hunter Lab29.758936.3236-20.3530
CIE-Lab35.705445.7511-25.8001

#86327e color RGB value is (134,50,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110010 01111110
Octal 206 62 176
Decimal 134 50 126
Hex 86 32 7E

RGB Percentages of Color #86327e

%43.23
%16.13
%40.65

CMYK Percentages of Color #86327e

%0
%63
%6
%47

Triadic Colors of #86327e

#86327e #7e8632 #327e86

Analogous Colors of #86327e

#86327e #863254 #643286

Monochromatic Colors of #86327e

#86327e

Complementary Color

#86327e #32863a

#86327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86327e Color CSS Codes

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

#86327e Text Font Color

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

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


#86327e Background Color

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

This div background color is #86327e


#86327e Border Color

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

This div border color is #86327e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86327e


Comments

No comments written yet.

Please login to write comment.