Color Hex Logo

#8059fa Color Hex

#8059FA
(128,89,250)
0 Favorites   0 Comments

Color spaces of #8059fa

RGB 12889250
HSL0.710.940.66
HSV255°64°98°
CMYK 0.490.640.00   0.02
XYZ29.729818.636192.4727
Yxy18.63610.21110.1323
Hunter Lab43.169547.3818-96.7853
CIE-Lab50.258753.8094-75.1614

#8059fa color RGB value is (128,89,250).

#8059fa hex color red value is 128, green value is 89 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8059fa hue: 0.71 , saturation: 0.94 and the lightness value of 8059fa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011001 11111010
Octal 200 131 372
Decimal 128 89 250
Hex 80 59 FA

RGB Percentages of Color #8059fa

%27.41
%19.06
%53.53

CMYK Percentages of Color #8059fa

%49
%64
%0
%2

Triadic Colors of #8059fa

#8059fa #fa8059 #59fa80

Analogous Colors of #8059fa

#8059fa #d159fa #5983fa

Monochromatic Colors of #8059fa

#8059fa

Complementary Color

#8059fa #d3fa59

#8059fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8059fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8059fa Color CSS Codes

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

#8059fa Text Font Color

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

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


#8059fa Background Color

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

This div background color is #8059fa


#8059fa Border Color

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

This div border color is #8059fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8059fa

Related Colors


Comments

No comments written yet.

Please login to write comment.