Color Hex Logo

#8121eb Color Hex

#8121EB
(129,33,235)
0 Favorites   0 Comments

Color spaces of #8121eb

RGB 12933235
HSL0.750.830.53
HSV269°86°92°
CMYK 0.450.860.00   0.08
XYZ24.592511.753079.5696
Yxy11.75300.21220.1014
Hunter Lab34.282668.0515-113.6135
CIE-Lab40.820873.6917-82.1795

#8121eb color RGB value is (129,33,235).

#8121eb hex color red value is 129, green value is 33 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8121eb hue: 0.75 , saturation: 0.83 and the lightness value of 8121eb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100001 11101011
Octal 201 41 353
Decimal 129 33 235
Hex 81 21 EB

RGB Percentages of Color #8121eb

%32.49
%8.31
%59.19

CMYK Percentages of Color #8121eb

%45
%86
%0
%8

Triadic Colors of #8121eb

#8121eb #eb8121 #21eb81

Analogous Colors of #8121eb

#8121eb #e621eb #2126eb

Monochromatic Colors of #8121eb

#8121eb

Complementary Color

#8121eb #8beb21

#8121eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8121eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8121eb Color CSS Codes

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

#8121eb Text Font Color

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

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


#8121eb Background Color

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

This div background color is #8121eb


#8121eb Border Color

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

This div border color is #8121eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,33,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 #8121eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8121eb


Comments

No comments written yet.

Please login to write comment.