Color Hex Logo

#a053db Color Hex

#A053DB
(160,83,219)
0 Favorites   0 Comments

Color spaces of #a053db

RGB 16083219
HSL0.760.650.59
HSV274°62°86°
CMYK 0.270.620.00   0.14
XYZ30.376618.774669.0407
Yxy18.77460.25700.1588
Hunter Lab43.329749.3119-64.1408
CIE-Lab50.422455.5474-57.3004

#a053db color RGB value is (160,83,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010011 11011011
Octal 240 123 333
Decimal 160 83 219
Hex A0 53 DB

RGB Percentages of Color #a053db

%34.63
%17.97
%47.40

CMYK Percentages of Color #a053db

%27
%62
%0
%14

Triadic Colors of #a053db

#a053db #dba053 #53dba0

Analogous Colors of #a053db

#a053db #db53d2 #5c53db

Monochromatic Colors of #a053db

#a053db

Complementary Color

#a053db #8edb53

#a053db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a053db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a053db Color CSS Codes

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

#a053db Text Font Color

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

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


#a053db Background Color

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

This div background color is #a053db


#a053db Border Color

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

This div border color is #a053db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a053db


Comments

No comments written yet.

Please login to write comment.