Color Hex Logo

#8986ff Color Hex

#8986FF
(137,134,255)
0 Favorites   0 Comments

Color spaces of #8986ff

RGB 137134255
HSL0.671.000.76
HSV241°47°100°
CMYK 0.460.470.00   0.00
XYZ36.891629.588698.3745
Yxy29.58860.22380.1795
Hunter Lab54.395425.8688-69.1496
CIE-Lab61.297631.5463-60.0753

#8986ff color RGB value is (137,134,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000110 11111111
Octal 211 206 377
Decimal 137 134 255
Hex 89 86 FF

RGB Percentages of Color #8986ff

%26.05
%25.48
%48.48

CMYK Percentages of Color #8986ff

%46
%47
%0
%0

Triadic Colors of #8986ff

#8986ff #ff8986 #86ff89

Analogous Colors of #8986ff

#8986ff #c686ff #86c0ff

Monochromatic Colors of #8986ff

#8986ff

Complementary Color

#8986ff #fcff86

#8986ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8986ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8986ff Color CSS Codes

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

#8986ff Text Font Color

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

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


#8986ff Background Color

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

This div background color is #8986ff


#8986ff Border Color

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

This div border color is #8986ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,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 #8986ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8986ff


Comments

No comments written yet.

Please login to write comment.