Color Hex Logo

#a054db Color Hex

#A054DB
(160,84,219)
0 Favorites   0 Comments

Color spaces of #a054db

RGB 16084219
HSL0.760.650.59
HSV274°62°86°
CMYK 0.270.620.00   0.14
XYZ30.453718.928769.0664
Yxy18.92870.25710.1598
Hunter Lab43.507148.8072-63.6663
CIE-Lab50.603755.0552-57.0092

#a054db color RGB value is (160,84,219).

#a054db hex color red value is 160, green value is 84 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a054db hue: 0.76 , saturation: 0.65 and the lightness value of a054db is 0.59.

The process color (four color CMYK) of #a054db color hex is 0.27, 0.62, 0.00, 0.14. Web safe color of #a054db is #9966cc. Color #a054db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010100 11011011
Octal 240 124 333
Decimal 160 84 219
Hex A0 54 DB

RGB Percentages of Color #a054db

%34.56
%18.14
%47.30

CMYK Percentages of Color #a054db

%27
%62
%0
%14

Triadic Colors of #a054db

#a054db #dba054 #54dba0

Analogous Colors of #a054db

#a054db #db54d3 #5c54db

Monochromatic Colors of #a054db

#a054db

Complementary Color

#a054db #8fdb54

#a054db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a054db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a054db Color CSS Codes

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

#a054db Text Font Color

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

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


#a054db Background Color

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

This div background color is #a054db


#a054db Border Color

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

This div border color is #a054db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a054db


Comments

No comments written yet.

Please login to write comment.