Color Hex Logo

#9386ff Color Hex

#9386FF
(147,134,255)
0 Favorites   0 Comments

Color spaces of #9386ff

RGB 147134255
HSL0.681.000.76
HSV246°47°100°
CMYK 0.420.470.00   0.00
XYZ38.607730.473298.4548
Yxy30.47320.23040.1819
Hunter Lab55.202528.2354-67.1031
CIE-Lab62.060433.8284-58.8127

#9386ff color RGB value is (147,134,255).

#9386ff hex color red value is 147, green value is 134 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9386ff hue: 0.68 , saturation: 1.00 and the lightness value of 9386ff is 0.76.

The process color (four color CMYK) of #9386ff color hex is 0.42, 0.47, 0.00, 0.00. Web safe color of #9386ff is #9999ff. Color #9386ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000110 11111111
Octal 223 206 377
Decimal 147 134 255
Hex 93 86 FF

RGB Percentages of Color #9386ff

%27.43
%25.00
%47.57

CMYK Percentages of Color #9386ff

%42
%47
%0
%0

Triadic Colors of #9386ff

#9386ff #ff9386 #86ff93

Analogous Colors of #9386ff

#9386ff #d086ff #86b6ff

Monochromatic Colors of #9386ff

#9386ff

Complementary Color

#9386ff #f2ff86

#9386ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9386ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9386ff Color CSS Codes

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

#9386ff Text Font Color

<p style="color:#9386ff">Text here</p>

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


#9386ff Background Color

<div style="background-color:#9386ff">
Div content here</div>

This div background color is #9386ff


#9386ff Border Color

<div style="border:3px solid #9386ff">
Div here</div>

This div border color is #9386ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,134,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9386ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9386ff;
  -webkit-box-shadow: 1px 1px 3px 2px #9386ff;
  box-shadow:         1px 1px 3px 2px #9386ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9386ff


Comments

No comments written yet.

Please login to write comment.