Color Hex Logo

#8138eb Color Hex

#8138EB
(129,56,235)
0 Favorites   0 Comments

Color spaces of #8138eb

RGB 12956235
HSL0.730.820.57
HSV264°76°92°
CMYK 0.450.760.00   0.08
XYZ25.462813.493679.8598
Yxy13.49360.21430.1136
Hunter Lab36.733659.4477-103.1843
CIE-Lab43.497865.8681-77.7828

#8138eb color RGB value is (129,56,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111000 11101011
Octal 201 70 353
Decimal 129 56 235
Hex 81 38 EB

RGB Percentages of Color #8138eb

%30.71
%13.33
%55.95

CMYK Percentages of Color #8138eb

%45
%76
%0
%8

Triadic Colors of #8138eb

#8138eb #eb8138 #38eb81

Analogous Colors of #8138eb

#8138eb #db38eb #3849eb

Monochromatic Colors of #8138eb

#8138eb

Complementary Color

#8138eb #a2eb38

#8138eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8138eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8138eb Color CSS Codes

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

#8138eb Text Font Color

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

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


#8138eb Background Color

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

This div background color is #8138eb


#8138eb Border Color

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

This div border color is #8138eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8138eb


Comments

No comments written yet.

Please login to write comment.