Color Hex Logo

#8684fd Color Hex

#8684FD
(134,132,253)
0 Favorites   0 Comments

Color spaces of #8684fd

RGB 134132253
HSL0.670.970.75
HSV241°48°99°
CMYK 0.470.480.00   0.01
XYZ35.812428.662796.5734
Yxy28.66270.22240.1780
Hunter Lab53.537625.7117-69.4736
CIE-Lab60.482831.4668-60.2929

#8684fd color RGB value is (134,132,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000100 11111101
Octal 206 204 375
Decimal 134 132 253
Hex 86 84 FD

RGB Percentages of Color #8684fd

%25.82
%25.43
%48.75

CMYK Percentages of Color #8684fd

%47
%48
%0
%1

Triadic Colors of #8684fd

#8684fd #fd8684 #84fd86

Analogous Colors of #8684fd

#8684fd #c384fd #84bffd

Monochromatic Colors of #8684fd

#8684fd

Complementary Color

#8684fd #fbfd84

#8684fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8684fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8684fd Color CSS Codes

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

#8684fd Text Font Color

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

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


#8684fd Background Color

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

This div background color is #8684fd


#8684fd Border Color

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

This div border color is #8684fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8684fd


Comments

No comments written yet.

Please login to write comment.