Color Hex Logo

#8e4afe Color Hex

#8E4AFE
(142,74,254)
0 Favorites   0 Comments

Color spaces of #8e4afe

RGB 14274254
HSL0.730.990.64
HSV263°71°100°
CMYK 0.440.710.00   0.00
XYZ31.493517.804195.5426
Yxy17.80410.21740.1229
Hunter Lab42.194959.3880-104.7149
CIE-Lab49.257664.7076-78.9605

#8e4afe color RGB value is (142,74,254).

#8e4afe hex color red value is 142, green value is 74 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8e4afe hue: 0.73 , saturation: 0.99 and the lightness value of 8e4afe is 0.64.

The process color (four color CMYK) of #8e4afe color hex is 0.44, 0.71, 0.00, 0.00. Web safe color of #8e4afe is #9933ff. Color #8e4afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01001010 11111110
Octal 216 112 376
Decimal 142 74 254
Hex 8E 4A FE

RGB Percentages of Color #8e4afe

%30.21
%15.74
%54.04

CMYK Percentages of Color #8e4afe

%44
%71
%0
%0

Triadic Colors of #8e4afe

#8e4afe #fe8e4a #4afe8e

Analogous Colors of #8e4afe

#8e4afe #e84afe #4a60fe

Monochromatic Colors of #8e4afe

#8e4afe

Complementary Color

#8e4afe #bafe4a

#8e4afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e4afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e4afe Color CSS Codes

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

#8e4afe Text Font Color

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

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


#8e4afe Background Color

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

This div background color is #8e4afe


#8e4afe Border Color

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

This div border color is #8e4afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e4afe


Comments

No comments written yet.

Please login to write comment.