Color Hex Logo

#a048ed Color Hex

#A048ED
(160,72,237)
0 Favorites   0 Comments

Color spaces of #a048ed

RGB 16072237
HSL0.760.820.61
HSV272°70°93°
CMYK 0.320.700.00   0.07
XYZ32.100618.222781.9462
Yxy18.22270.24270.1378
Hunter Lab42.688159.5245-83.9345
CIE-Lab49.765164.7293-68.5343

#a048ed color RGB value is (160,72,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001000 11101101
Octal 240 110 355
Decimal 160 72 237
Hex A0 48 ED

RGB Percentages of Color #a048ed

%34.12
%15.35
%50.53

CMYK Percentages of Color #a048ed

%32
%70
%0
%7

Triadic Colors of #a048ed

#a048ed #eda048 #48eda0

Analogous Colors of #a048ed

#a048ed #ed48e8 #4e48ed

Monochromatic Colors of #a048ed

#a048ed

Complementary Color

#a048ed #95ed48

#a048ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a048ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a048ed Color CSS Codes

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

#a048ed Text Font Color

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

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


#a048ed Background Color

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

This div background color is #a048ed


#a048ed Border Color

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

This div border color is #a048ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a048ed


Comments

No comments written yet.

Please login to write comment.