Color Hex Logo

#86398b Color Hex

#86398B
(134,57,139)
0 Favorites   0 Comments

Color spaces of #86398b

RGB 13457139
HSL0.820.420.38
HSV296°59°55°
CMYK 0.040.590.00   0.45
XYZ15.95489.858725.4881
Yxy9.85870.31100.1922
Hunter Lab31.398635.7551-26.1503
CIE-Lab37.587644.8358-30.8676

#86398b color RGB value is (134,57,139).

#86398b hex color red value is 134, green value is 57 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #86398b hue: 0.82 , saturation: 0.42 and the lightness value of 86398b is 0.38.

The process color (four color CMYK) of #86398b color hex is 0.04, 0.59, 0.00, 0.45. Web safe color of #86398b is #993399. Color #86398b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111001 10001011
Octal 206 71 213
Decimal 134 57 139
Hex 86 39 8B

RGB Percentages of Color #86398b

%40.61
%17.27
%42.12

CMYK Percentages of Color #86398b

%4
%59
%0
%45

Triadic Colors of #86398b

#86398b #8b8639 #398b86

Analogous Colors of #86398b

#86398b #8b3967 #5d398b

Monochromatic Colors of #86398b

#86398b

Complementary Color

#86398b #3e8b39

#86398b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86398b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86398b Color CSS Codes

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

#86398b Text Font Color

<p style="color:#86398b">Text here</p>

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


#86398b Background Color

<div style="background-color:#86398b">
Div content here</div>

This div background color is #86398b


#86398b Border Color

<div style="border:3px solid #86398b">
Div here</div>

This div border color is #86398b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,57,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86398b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86398b;
  -webkit-box-shadow: 1px 1px 3px 2px #86398b;
  box-shadow:         1px 1px 3px 2px #86398b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86398b


Comments

No comments written yet.

Please login to write comment.