Color Hex Logo

#8859ea Color Hex

#8859EA
(136,89,234)
0 Favorites   0 Comments

Color spaces of #8859ea

RGB 13689234
HSL0.720.780.63
HSV259°62°92°
CMYK 0.420.620.00   0.08
XYZ28.577018.319579.8717
Yxy18.31950.22540.1445
Hunter Lab42.801344.2763-80.6805
CIE-Lab49.881450.9911-66.7856

#8859ea color RGB value is (136,89,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011001 11101010
Octal 210 131 352
Decimal 136 89 234
Hex 88 59 EA

RGB Percentages of Color #8859ea

%29.63
%19.39
%50.98

CMYK Percentages of Color #8859ea

%42
%62
%0
%8

Triadic Colors of #8859ea

#8859ea #ea8859 #59ea88

Analogous Colors of #8859ea

#8859ea #d159ea #5973ea

Monochromatic Colors of #8859ea

#8859ea

Complementary Color

#8859ea #bbea59

#8859ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8859ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8859ea Color CSS Codes

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

#8859ea Text Font Color

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

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


#8859ea Background Color

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

This div background color is #8859ea


#8859ea Border Color

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

This div border color is #8859ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,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 #8859ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8859ea


Comments

No comments written yet.

Please login to write comment.