Color Hex Logo

#8059ea Color Hex

#8059EA
(128,89,234)
0 Favorites   0 Comments

Color spaces of #8059ea

RGB 12889234
HSL0.710.780.63
HSV256°62°92°
CMYK 0.450.620.00   0.08
XYZ27.325717.674579.8132
Yxy17.67450.21890.1416
Hunter Lab42.041142.4490-83.1309
CIE-Lab49.098949.4015-68.0906

#8059ea color RGB value is (128,89,234).

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

The process color (four color CMYK) of #8059ea color hex is 0.45, 0.62, 0.00, 0.08. Web safe color of #8059ea is #9966ff. Color #8059ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011001 11101010
Octal 200 131 352
Decimal 128 89 234
Hex 80 59 EA

RGB Percentages of Color #8059ea

%28.38
%19.73
%51.88

CMYK Percentages of Color #8059ea

%45
%62
%0
%8

Triadic Colors of #8059ea

#8059ea #ea8059 #59ea80

Analogous Colors of #8059ea

#8059ea #c959ea #597bea

Monochromatic Colors of #8059ea

#8059ea

Complementary Color

#8059ea #c3ea59

#8059ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8059ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8059ea Color CSS Codes

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

#8059ea Text Font Color

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

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


#8059ea Background Color

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

This div background color is #8059ea


#8059ea Border Color

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

This div border color is #8059ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,89,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8059ea


Comments

No comments written yet.

Please login to write comment.