Color Hex Logo

#a046eb Color Hex

#A046EB
(160,70,235)
0 Favorites   0 Comments

Color spaces of #a046eb

RGB 16070235
HSL0.760.800.60
HSV273°70°92°
CMYK 0.320.700.00   0.08
XYZ31.682817.852180.3732
Yxy17.85210.24390.1374
Hunter Lab42.251759.9091-83.2079
CIE-Lab49.316265.1469-68.1367

#a046eb color RGB value is (160,70,235).

#a046eb hex color red value is 160, green value is 70 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a046eb hue: 0.76 , saturation: 0.80 and the lightness value of a046eb is 0.60.

The process color (four color CMYK) of #a046eb color hex is 0.32, 0.70, 0.00, 0.08. Web safe color of #a046eb is #9933ff. Color #a046eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000110 11101011
Octal 240 106 353
Decimal 160 70 235
Hex A0 46 EB

RGB Percentages of Color #a046eb

%34.41
%15.05
%50.54

CMYK Percentages of Color #a046eb

%32
%70
%0
%8

Triadic Colors of #a046eb

#a046eb #eba046 #46eba0

Analogous Colors of #a046eb

#a046eb #eb46e4 #4e46eb

Monochromatic Colors of #a046eb

#a046eb

Complementary Color

#a046eb #91eb46

#a046eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a046eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a046eb Color CSS Codes

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

#a046eb Text Font Color

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

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


#a046eb Background Color

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

This div background color is #a046eb


#a046eb Border Color

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

This div border color is #a046eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,70,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a046eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a046eb;
  -webkit-box-shadow: 1px 1px 3px 2px #a046eb;
  box-shadow:         1px 1px 3px 2px #a046eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a046eb


Comments

No comments written yet.

Please login to write comment.