Color Hex Logo

#8841ea Color Hex

#8841EA
(136,65,234)
0 Favorites   0 Comments

Color spaces of #8841ea

RGB 13665234
HSL0.740.800.59
HSV265°72°92°
CMYK 0.420.720.00   0.08
XYZ26.894914.955379.3111
Yxy14.95530.22200.1234
Hunter Lab38.672156.4635-94.5251
CIE-Lab45.572962.8564-73.7910

#8841ea color RGB value is (136,65,234).

#8841ea hex color red value is 136, green value is 65 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8841ea hue: 0.74 , saturation: 0.80 and the lightness value of 8841ea is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000001 11101010
Octal 210 101 352
Decimal 136 65 234
Hex 88 41 EA

RGB Percentages of Color #8841ea

%31.26
%14.94
%53.79

CMYK Percentages of Color #8841ea

%42
%72
%0
%8

Triadic Colors of #8841ea

#8841ea #ea8841 #41ea88

Analogous Colors of #8841ea

#8841ea #dd41ea #414fea

Monochromatic Colors of #8841ea

#8841ea

Complementary Color

#8841ea #a3ea41

#8841ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8841ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8841ea Color CSS Codes

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

#8841ea Text Font Color

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

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


#8841ea Background Color

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

This div background color is #8841ea


#8841ea Border Color

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

This div border color is #8841ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8841ea


Comments

No comments written yet.

Please login to write comment.