Color Hex Logo

#8a46ff Color Hex

#8A46FF
(138,70,255)
0 Favorites   1 Comments

Color spaces of #8a46ff

RGB 13870255
HSL0.731.000.64
HSV262°73°100°
CMYK 0.460.730.00   0.00
XYZ30.721417.003696.2706
Yxy17.00360.21330.1181
Hunter Lab41.235460.8249-109.5571
CIE-Lab48.264666.1372-81.1577

#8a46ff color RGB value is (138,70,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01000110 11111111
Octal 212 106 377
Decimal 138 70 255
Hex 8A 46 FF

RGB Percentages of Color #8a46ff

%29.81
%15.12
%55.08

CMYK Percentages of Color #8a46ff

%46
%73
%0
%0

Triadic Colors of #8a46ff

#8a46ff #ff8a46 #46ff8a

Analogous Colors of #8a46ff

#8a46ff #e746ff #465eff

Monochromatic Colors of #8a46ff

#8a46ff

Complementary Color

#8a46ff #bbff46

#8a46ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a46ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a46ff Color CSS Codes

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

#8a46ff Text Font Color

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

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


#8a46ff Background Color

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

This div background color is #8a46ff


#8a46ff Border Color

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

This div border color is #8a46ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a46ff

Related Colors

#8a46ff Color Palettes


Comments

13 Feb 2023, 11:18 Dima_Popov

Almost violet True violet 8000ff

Please login to write comment.