Color Hex Logo

#8a5efe Color Hex

#8A5EFE
(138,94,254)
0 Favorites   0 Comments

Color spaces of #8a5efe

RGB 13894254
HSL0.710.990.68
HSV257°63°100°
CMYK 0.460.630.00   0.00
XYZ32.373320.564496.0290
Yxy20.56440.21730.1380
Hunter Lab45.348048.0697-93.8090
CIE-Lab52.469454.0560-73.7473

#8a5efe color RGB value is (138,94,254).

#8a5efe hex color red value is 138, green value is 94 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8a5efe hue: 0.71 , saturation: 0.99 and the lightness value of 8a5efe is 0.68.

The process color (four color CMYK) of #8a5efe color hex is 0.46, 0.63, 0.00, 0.00. Web safe color of #8a5efe is #9966ff. Color #8a5efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01011110 11111110
Octal 212 136 376
Decimal 138 94 254
Hex 8A 5E FE

RGB Percentages of Color #8a5efe

%28.40
%19.34
%52.26

CMYK Percentages of Color #8a5efe

%46
%63
%0
%0

Triadic Colors of #8a5efe

#8a5efe #fe8a5e #5efe8a

Analogous Colors of #8a5efe

#8a5efe #da5efe #5e82fe

Monochromatic Colors of #8a5efe

#8a5efe

Complementary Color

#8a5efe #d2fe5e

#8a5efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a5efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a5efe Color CSS Codes

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

#8a5efe Text Font Color

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

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


#8a5efe Background Color

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

This div background color is #8a5efe


#8a5efe Border Color

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

This div border color is #8a5efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a5efe


Comments

No comments written yet.

Please login to write comment.