Color Hex Logo

#8a4afe Color Hex

#8A4AFE
(138,74,254)
0 Favorites   0 Comments

Color spaces of #8a4afe

RGB 13874254
HSL0.730.990.64
HSV261°71°100°
CMYK 0.460.710.00   0.00
XYZ30.819417.456695.5110
Yxy17.45660.21430.1214
Hunter Lab41.781158.5518-106.2893
CIE-Lab48.830364.0633-79.6762

#8a4afe color RGB value is (138,74,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01001010 11111110
Octal 212 112 376
Decimal 138 74 254
Hex 8A 4A FE

RGB Percentages of Color #8a4afe

%29.61
%15.88
%54.51

CMYK Percentages of Color #8a4afe

%46
%71
%0
%0

Triadic Colors of #8a4afe

#8a4afe #fe8a4a #4afe8a

Analogous Colors of #8a4afe

#8a4afe #e44afe #4a64fe

Monochromatic Colors of #8a4afe

#8a4afe

Complementary Color

#8a4afe #befe4a

#8a4afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a4afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a4afe Color CSS Codes

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

#8a4afe Text Font Color

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

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


#8a4afe Background Color

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

This div background color is #8a4afe


#8a4afe Border Color

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

This div border color is #8a4afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a4afe

Related Colors


Comments

No comments written yet.

Please login to write comment.