Color Hex Logo

#a054dd Color Hex

#A054DD
(160,84,221)
0 Favorites   0 Comments

Color spaces of #a054dd

RGB 16084221
HSL0.760.670.60
HSV273°62°87°
CMYK 0.280.620.00   0.13
XYZ30.718719.034770.4616
Yxy19.03470.25550.1583
Hunter Lab43.628849.3302-65.2147
CIE-Lab50.727855.5098-57.9447

#a054dd color RGB value is (160,84,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010100 11011101
Octal 240 124 335
Decimal 160 84 221
Hex A0 54 DD

RGB Percentages of Color #a054dd

%34.41
%18.06
%47.53

CMYK Percentages of Color #a054dd

%28
%62
%0
%13

Triadic Colors of #a054dd

#a054dd #dda054 #54dda0

Analogous Colors of #a054dd

#a054dd #dd54d6 #5c54dd

Monochromatic Colors of #a054dd

#a054dd

Complementary Color

#a054dd #91dd54

#a054dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a054dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a054dd Color CSS Codes

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

#a054dd Text Font Color

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

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


#a054dd Background Color

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

This div background color is #a054dd


#a054dd Border Color

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

This div border color is #a054dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a054dd


Comments

No comments written yet.

Please login to write comment.