Color Hex Logo

#86489d Color Hex

#86489D
(134,72,157)
0 Favorites   0 Comments

Color spaces of #86489d

RGB 13472157
HSL0.790.370.45
HSV284°54°62°
CMYK 0.150.540.00   0.38
XYZ18.234712.137433.2800
Yxy12.13740.28650.1907
Hunter Lab34.838832.4595-32.2501
CIE-Lab41.433740.8155-35.6982

#86489d color RGB value is (134,72,157).

#86489d hex color red value is 134, green value is 72 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #86489d hue: 0.79 , saturation: 0.37 and the lightness value of 86489d is 0.45.

The process color (four color CMYK) of #86489d color hex is 0.15, 0.54, 0.00, 0.38. Web safe color of #86489d is #993399. Color #86489d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001000 10011101
Octal 206 110 235
Decimal 134 72 157
Hex 86 48 9D

RGB Percentages of Color #86489d

%36.91
%19.83
%43.25

CMYK Percentages of Color #86489d

%15
%54
%0
%38

Triadic Colors of #86489d

#86489d #9d8648 #489d86

Analogous Colors of #86489d

#86489d #9d488a #5b489d

Monochromatic Colors of #86489d

#86489d

Complementary Color

#86489d #5f9d48

#86489d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86489d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86489d Color CSS Codes

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

#86489d Text Font Color

<p style="color:#86489d">Text here</p>

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


#86489d Background Color

<div style="background-color:#86489d">
Div content here</div>

This div background color is #86489d


#86489d Border Color

<div style="border:3px solid #86489d">
Div here</div>

This div border color is #86489d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,72,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86489d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86489d;
  -webkit-box-shadow: 1px 1px 3px 2px #86489d;
  box-shadow:         1px 1px 3px 2px #86489d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86489d


Comments

No comments written yet.

Please login to write comment.