Color Hex Logo

#8684ff Color Hex

#8684FF
(134,132,255)
0 Favorites   0 Comments

Color spaces of #8684ff

RGB 134132255
HSL0.671.000.76
HSV241°48°100°
CMYK 0.470.480.00   0.00
XYZ36.132828.790998.2605
Yxy28.79090.22140.1764
Hunter Lab53.657226.3021-71.0157
CIE-Lab60.596632.0498-61.2091

#8684ff color RGB value is (134,132,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000100 11111111
Octal 206 204 377
Decimal 134 132 255
Hex 86 84 FF

RGB Percentages of Color #8684ff

%25.72
%25.34
%48.94

CMYK Percentages of Color #8684ff

%47
%48
%0
%0

Triadic Colors of #8684ff

#8684ff #ff8684 #84ff86

Analogous Colors of #8684ff

#8684ff #c484ff #84c0ff

Monochromatic Colors of #8684ff

#8684ff

Complementary Color

#8684ff #fdff84

#8684ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8684ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8684ff Color CSS Codes

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

#8684ff Text Font Color

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

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


#8684ff Background Color

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

This div background color is #8684ff


#8684ff Border Color

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

This div border color is #8684ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8684ff

Related Colors


Comments

No comments written yet.

Please login to write comment.