Color Hex Logo

#86387a Color Hex

#86387A
(134,56,122)
0 Favorites   0 Comments

Color spaces of #86387a

RGB 13456122
HSL0.860.410.37
HSV309°58°53°
CMYK 0.000.580.09   0.47
XYZ14.75859.301819.4299
Yxy9.30180.33940.2139
Hunter Lab30.498933.0038-16.4227
CIE-Lab36.559042.1961-21.9798

#86387a color RGB value is (134,56,122).

#86387a hex color red value is 134, green value is 56 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #86387a hue: 0.86 , saturation: 0.41 and the lightness value of 86387a is 0.37.

The process color (four color CMYK) of #86387a color hex is 0.00, 0.58, 0.09, 0.47. Web safe color of #86387a is #993366. Color #86387a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111000 01111010
Octal 206 70 172
Decimal 134 56 122
Hex 86 38 7A

RGB Percentages of Color #86387a

%42.95
%17.95
%39.10

CMYK Percentages of Color #86387a

%0
%58
%9
%47

Triadic Colors of #86387a

#86387a #7a8638 #387a86

Analogous Colors of #86387a

#86387a #863853 #6b3886

Monochromatic Colors of #86387a

#86387a

Complementary Color

#86387a #388644

#86387a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86387a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86387a Color CSS Codes

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

#86387a Text Font Color

<p style="color:#86387a">Text here</p>

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


#86387a Background Color

<div style="background-color:#86387a">
Div content here</div>

This div background color is #86387a


#86387a Border Color

<div style="border:3px solid #86387a">
Div here</div>

This div border color is #86387a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,56,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86387a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86387a;
  -webkit-box-shadow: 1px 1px 3px 2px #86387a;
  box-shadow:         1px 1px 3px 2px #86387a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86387a


Comments

No comments written yet.

Please login to write comment.