Color Hex Logo

#86098e Color Hex

#86098E
(134,9,142)
0 Favorites   0 Comments

Color spaces of #86098e

RGB 1349142
HSL0.820.880.30
HSV296°94°56°
CMYK 0.060.940.00   0.44
XYZ14.81177.216726.2035
Yxy7.21670.30710.1496
Hunter Lab26.863951.4060-39.0277
CIE-Lab32.295260.8969-41.1350

#86098e color RGB value is (134,9,142).

#86098e hex color red value is 134, green value is 9 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #86098e hue: 0.82 , saturation: 0.88 and the lightness value of 86098e is 0.30.

The process color (four color CMYK) of #86098e color hex is 0.06, 0.94, 0.00, 0.44. Web safe color of #86098e is #990099. Color #86098e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00001001 10001110
Octal 206 11 216
Decimal 134 9 142
Hex 86 9 8E

RGB Percentages of Color #86098e

%47.02
%3.16
%49.82

CMYK Percentages of Color #86098e

%6
%94
%0
%44

Triadic Colors of #86098e

#86098e #8e8609 #098e86

Analogous Colors of #86098e

#86098e #8e0953 #44098e

Monochromatic Colors of #86098e

#86098e

Complementary Color

#86098e #118e09

#86098e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86098e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86098e Color CSS Codes

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

#86098e Text Font Color

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

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


#86098e Background Color

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

This div background color is #86098e


#86098e Border Color

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

This div border color is #86098e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86098e


Comments

No comments written yet.

Please login to write comment.