Color Hex Logo

#8123eb Color Hex

#8123EB
(129,35,235)
0 Favorites   0 Comments

Color spaces of #8123eb

RGB 12935235
HSL0.750.830.53
HSV268°85°92°
CMYK 0.450.850.00   0.08
XYZ24.649711.867379.5887
Yxy11.86730.21230.1022
Hunter Lab34.448967.4387-112.8657
CIE-Lab41.004473.1471-81.8774

#8123eb color RGB value is (129,35,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100011 11101011
Octal 201 43 353
Decimal 129 35 235
Hex 81 23 EB

RGB Percentages of Color #8123eb

%32.33
%8.77
%58.90

CMYK Percentages of Color #8123eb

%45
%85
%0
%8

Triadic Colors of #8123eb

#8123eb #eb8123 #23eb81

Analogous Colors of #8123eb

#8123eb #e523eb #2329eb

Monochromatic Colors of #8123eb

#8123eb

Complementary Color

#8123eb #8deb23

#8123eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8123eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8123eb Color CSS Codes

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

#8123eb Text Font Color

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

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


#8123eb Background Color

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

This div background color is #8123eb


#8123eb Border Color

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

This div border color is #8123eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8123eb


Comments

No comments written yet.

Please login to write comment.