Color Hex Logo

#8a2efa Color Hex

#8A2EFA
(138,46,250)
0 Favorites   0 Comments

Color spaces of #8a2efa

RGB 13846250
HSL0.740.950.58
HSV267°82°98°
CMYK 0.450.820.00   0.02
XYZ28.713514.259491.6814
Yxy14.25940.21320.1059
Hunter Lab37.761669.6465-117.5170
CIE-Lab44.602774.2765-84.3714

#8a2efa color RGB value is (138,46,250).

#8a2efa hex color red value is 138, green value is 46 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8a2efa hue: 0.74 , saturation: 0.95 and the lightness value of 8a2efa is 0.58.

The process color (four color CMYK) of #8a2efa color hex is 0.45, 0.82, 0.00, 0.02. Web safe color of #8a2efa is #9933ff. Color #8a2efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00101110 11111010
Octal 212 56 372
Decimal 138 46 250
Hex 8A 2E FA

RGB Percentages of Color #8a2efa

%31.80
%10.60
%57.60

CMYK Percentages of Color #8a2efa

%45
%82
%0
%2

Triadic Colors of #8a2efa

#8a2efa #fa8a2e #2efa8a

Analogous Colors of #8a2efa

#8a2efa #f02efa #2e38fa

Monochromatic Colors of #8a2efa

#8a2efa

Complementary Color

#8a2efa #9efa2e

#8a2efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a2efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a2efa Color CSS Codes

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

#8a2efa Text Font Color

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

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


#8a2efa Background Color

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

This div background color is #8a2efa


#8a2efa Border Color

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

This div border color is #8a2efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a2efa


Comments

No comments written yet.

Please login to write comment.