Color Hex Logo

#8a1eeb Color Hex

#8A1EEB
(138,30,235)
0 Favorites   0 Comments

Color spaces of #8a1eeb

RGB 13830235
HSL0.750.840.52
HSV272°87°92°
CMYK 0.410.870.00   0.08
XYZ25.940912.330079.6099
Yxy12.33000.22010.1046
Hunter Lab35.114170.4190-109.8411
CIE-Lab41.735975.4673-80.6323

#8a1eeb color RGB value is (138,30,235).

#8a1eeb hex color red value is 138, green value is 30 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8a1eeb hue: 0.75 , saturation: 0.84 and the lightness value of 8a1eeb is 0.52.

The process color (four color CMYK) of #8a1eeb color hex is 0.41, 0.87, 0.00, 0.08. Web safe color of #8a1eeb is #9933ff. Color #8a1eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00011110 11101011
Octal 212 36 353
Decimal 138 30 235
Hex 8A 1E EB

RGB Percentages of Color #8a1eeb

%34.24
%7.44
%58.31

CMYK Percentages of Color #8a1eeb

%41
%87
%0
%8

Triadic Colors of #8a1eeb

#8a1eeb #eb8a1e #1eeb8a

Analogous Colors of #8a1eeb

#8a1eeb #eb1ee6 #241eeb

Monochromatic Colors of #8a1eeb

#8a1eeb

Complementary Color

#8a1eeb #7feb1e

#8a1eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a1eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a1eeb Color CSS Codes

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

#8a1eeb Text Font Color

<p style="color:#8a1eeb">Text here</p>

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


#8a1eeb Background Color

<div style="background-color:#8a1eeb">
Div content here</div>

This div background color is #8a1eeb


#8a1eeb Border Color

<div style="border:3px solid #8a1eeb">
Div here</div>

This div border color is #8a1eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,30,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a1eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a1eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #8a1eeb;
  box-shadow:         1px 1px 3px 2px #8a1eeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,30,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 #8a1eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a1eeb


Comments

No comments written yet.

Please login to write comment.