Color Hex Logo

#8668fa Color Hex

#8668FA
(134,104,250)
0 Favorites   0 Comments

Color spaces of #8668fa

RGB 134104250
HSL0.700.940.69
HSV252°58°98°
CMYK 0.460.580.00   0.02
XYZ32.037121.871192.9755
Yxy21.87110.21810.1489
Hunter Lab46.766540.4387-85.1365
CIE-Lab53.890046.7200-69.2432

#8668fa color RGB value is (134,104,250).

#8668fa hex color red value is 134, green value is 104 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8668fa hue: 0.70 , saturation: 0.94 and the lightness value of 8668fa is 0.69.

The process color (four color CMYK) of #8668fa color hex is 0.46, 0.58, 0.00, 0.02. Web safe color of #8668fa is #9966ff. Color #8668fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101000 11111010
Octal 206 150 372
Decimal 134 104 250
Hex 86 68 FA

RGB Percentages of Color #8668fa

%27.46
%21.31
%51.23

CMYK Percentages of Color #8668fa

%46
%58
%0
%2

Triadic Colors of #8668fa

#8668fa #fa8668 #68fa86

Analogous Colors of #8668fa

#8668fa #cf68fa #6893fa

Monochromatic Colors of #8668fa

#8668fa

Complementary Color

#8668fa #dcfa68

#8668fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8668fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8668fa Color CSS Codes

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

#8668fa Text Font Color

<p style="color:#8668fa">Text here</p>

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


#8668fa Background Color

<div style="background-color:#8668fa">
Div content here</div>

This div background color is #8668fa


#8668fa Border Color

<div style="border:3px solid #8668fa">
Div here</div>

This div border color is #8668fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,104,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8668fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8668fa;
  -webkit-box-shadow: 1px 1px 3px 2px #8668fa;
  box-shadow:         1px 1px 3px 2px #8668fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8668fa

Related Colors


Comments

No comments written yet.

Please login to write comment.