Color Hex Logo

#8a1aea Color Hex

#8A1AEA
(138,26,234)
0 Favorites   0 Comments

Color spaces of #8a1aea

RGB 13826234
HSL0.760.830.51
HSV272°89°92°
CMYK 0.410.890.00   0.08
XYZ25.701912.082678.8194
Yxy12.08260.22040.1036
Hunter Lab34.760071.1545-110.1098
CIE-Lab41.347176.1439-80.7042

#8a1aea color RGB value is (138,26,234).

#8a1aea hex color red value is 138, green value is 26 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8a1aea hue: 0.76 , saturation: 0.83 and the lightness value of 8a1aea is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 00011010 11101010
Octal 212 32 352
Decimal 138 26 234
Hex 8A 1A EA

RGB Percentages of Color #8a1aea

%34.67
%6.53
%58.79

CMYK Percentages of Color #8a1aea

%41
%89
%0
%8

Triadic Colors of #8a1aea

#8a1aea #ea8a1a #1aea8a

Analogous Colors of #8a1aea

#8a1aea #ea1ae2 #221aea

Monochromatic Colors of #8a1aea

#8a1aea

Complementary Color

#8a1aea #7aea1a

#8a1aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a1aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a1aea Color CSS Codes

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

#8a1aea Text Font Color

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

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


#8a1aea Background Color

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

This div background color is #8a1aea


#8a1aea Border Color

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

This div border color is #8a1aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,26,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a1aea


Comments

No comments written yet.

Please login to write comment.