Color Hex Logo

#8139eb Color Hex

#8139EB
(129,57,235)
0 Favorites   0 Comments

Color spaces of #8139eb

RGB 12957235
HSL0.730.820.57
HSV264°76°92°
CMYK 0.450.760.00   0.08
XYZ25.511813.591579.8761
Yxy13.59150.21440.1142
Hunter Lab36.866759.0057-102.6524
CIE-Lab43.641365.4560-77.5476

#8139eb color RGB value is (129,57,235).

#8139eb hex color red value is 129, green value is 57 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8139eb hue: 0.73 , saturation: 0.82 and the lightness value of 8139eb is 0.57.

The process color (four color CMYK) of #8139eb color hex is 0.45, 0.76, 0.00, 0.08. Web safe color of #8139eb is #9933ff. Color #8139eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111001 11101011
Octal 201 71 353
Decimal 129 57 235
Hex 81 39 EB

RGB Percentages of Color #8139eb

%30.64
%13.54
%55.82

CMYK Percentages of Color #8139eb

%45
%76
%0
%8

Triadic Colors of #8139eb

#8139eb #eb8139 #39eb81

Analogous Colors of #8139eb

#8139eb #da39eb #394aeb

Monochromatic Colors of #8139eb

#8139eb

Complementary Color

#8139eb #a3eb39

#8139eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8139eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8139eb Color CSS Codes

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

#8139eb Text Font Color

<p style="color:#8139eb">Text here</p>

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


#8139eb Background Color

<div style="background-color:#8139eb">
Div content here</div>

This div background color is #8139eb


#8139eb Border Color

<div style="border:3px solid #8139eb">
Div here</div>

This div border color is #8139eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,57,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8139eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8139eb;
  -webkit-box-shadow: 1px 1px 3px 2px #8139eb;
  box-shadow:         1px 1px 3px 2px #8139eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,57,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8139eb


Comments

No comments written yet.

Please login to write comment.