Color Hex Logo

#a053dd Color Hex

#A053DD
(160,83,221)
0 Favorites   0 Comments

Color spaces of #a053dd

RGB 16083221
HSL0.760.670.60
HSV273°62°87°
CMYK 0.280.620.00   0.13
XYZ30.641618.880670.4359
Yxy18.88060.25540.1574
Hunter Lab43.451849.8350-65.6935
CIE-Lab50.547256.0008-58.2350

#a053dd color RGB value is (160,83,221).

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

The process color (four color CMYK) of #a053dd color hex is 0.28, 0.62, 0.00, 0.13. Web safe color of #a053dd is #9966cc. Color #a053dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010011 11011101
Octal 240 123 335
Decimal 160 83 221
Hex A0 53 DD

RGB Percentages of Color #a053dd

%34.48
%17.89
%47.63

CMYK Percentages of Color #a053dd

%28
%62
%0
%13

Triadic Colors of #a053dd

#a053dd #dda053 #53dda0

Analogous Colors of #a053dd

#a053dd #dd53d5 #5b53dd

Monochromatic Colors of #a053dd

#a053dd

Complementary Color

#a053dd #90dd53

#a053dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a053dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a053dd Color CSS Codes

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

#a053dd Text Font Color

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

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


#a053dd Background Color

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

This div background color is #a053dd


#a053dd Border Color

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

This div border color is #a053dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a053dd


Comments

No comments written yet.

Please login to write comment.