Color Hex Logo

#a048eb Color Hex

#A048EB
(160,72,235)
0 Favorites   0 Comments

Color spaces of #a048eb

RGB 16072235
HSL0.760.800.60
HSV272°69°92°
CMYK 0.320.690.00   0.08
XYZ31.810018.106580.4156
Yxy18.10650.24410.1389
Hunter Lab42.551758.9740-82.2619
CIE-Lab49.625064.2792-67.6360

#a048eb color RGB value is (160,72,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001000 11101011
Octal 240 110 353
Decimal 160 72 235
Hex A0 48 EB

RGB Percentages of Color #a048eb

%34.26
%15.42
%50.32

CMYK Percentages of Color #a048eb

%32
%69
%0
%8

Triadic Colors of #a048eb

#a048eb #eba048 #48eba0

Analogous Colors of #a048eb

#a048eb #eb48e5 #4f48eb

Monochromatic Colors of #a048eb

#a048eb

Complementary Color

#a048eb #93eb48

#a048eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a048eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a048eb Color CSS Codes

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

#a048eb Text Font Color

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

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


#a048eb Background Color

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

This div background color is #a048eb


#a048eb Border Color

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

This div border color is #a048eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a048eb


Comments

No comments written yet.

Please login to write comment.