Color Hex Logo

#8679fa Color Hex

#8679FA
(134,121,250)
0 Favorites   0 Comments

Color spaces of #8679fa

RGB 134121250
HSL0.680.930.73
HSV246°52°98°
CMYK 0.460.520.00   0.02
XYZ33.924225.645293.6045
Yxy25.64520.22150.1674
Hunter Lab50.641130.9543-74.1423
CIE-Lab57.698737.0052-63.1033

#8679fa color RGB value is (134,121,250).

#8679fa hex color red value is 134, green value is 121 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8679fa hue: 0.68 , saturation: 0.93 and the lightness value of 8679fa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111001 11111010
Octal 206 171 372
Decimal 134 121 250
Hex 86 79 FA

RGB Percentages of Color #8679fa

%26.53
%23.96
%49.50

CMYK Percentages of Color #8679fa

%46
%52
%0
%2

Triadic Colors of #8679fa

#8679fa #fa8679 #79fa86

Analogous Colors of #8679fa

#8679fa #c779fa #79adfa

Monochromatic Colors of #8679fa

#8679fa

Complementary Color

#8679fa #edfa79

#8679fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8679fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8679fa Color CSS Codes

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

#8679fa Text Font Color

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

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


#8679fa Background Color

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

This div background color is #8679fa


#8679fa Border Color

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

This div border color is #8679fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8679fa


Comments

No comments written yet.

Please login to write comment.