Color Hex Logo

#86527a Color Hex

#86527A
(134,82,122)
0 Favorites   0 Comments

Color spaces of #86527a

RGB 13482122
HSL0.870.240.42
HSV314°39°53°
CMYK 0.000.390.09   0.47
XYZ16.361712.508119.9643
Yxy12.50810.33500.2561
Hunter Lab35.366820.6874-8.7120
CIE-Lab42.012528.0881-13.6001

#86527a color RGB value is (134,82,122).

#86527a hex color red value is 134, green value is 82 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #86527a hue: 0.87 , saturation: 0.24 and the lightness value of 86527a is 0.42.

The process color (four color CMYK) of #86527a color hex is 0.00, 0.39, 0.09, 0.47. Web safe color of #86527a is #996666. Color #86527a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010010 01111010
Octal 206 122 172
Decimal 134 82 122
Hex 86 52 7A

RGB Percentages of Color #86527a

%39.64
%24.26
%36.09

CMYK Percentages of Color #86527a

%0
%39
%9
%47

Triadic Colors of #86527a

#86527a #7a8652 #527a86

Analogous Colors of #86527a

#86527a #865260 #785286

Monochromatic Colors of #86527a

#86527a

Complementary Color

#86527a #52865e

#86527a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86527a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86527a Color CSS Codes

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

#86527a Text Font Color

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

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


#86527a Background Color

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

This div background color is #86527a


#86527a Border Color

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

This div border color is #86527a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,82,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 #86527a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86527a


Comments

No comments written yet.

Please login to write comment.