Color Hex Logo

#a054df Color Hex

#A054DF
(160,84,223)
0 Favorites   0 Comments

Color spaces of #a054df

RGB 16084223
HSL0.760.680.60
HSV273°62°87°
CMYK 0.280.620.00   0.13
XYZ30.986819.141971.8736
Yxy19.14190.25400.1569
Hunter Lab43.751549.8569-66.7738
CIE-Lab50.852855.9662-58.8770

#a054df color RGB value is (160,84,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010100 11011111
Octal 240 124 337
Decimal 160 84 223
Hex A0 54 DF

RGB Percentages of Color #a054df

%34.26
%17.99
%47.75

CMYK Percentages of Color #a054df

%28
%62
%0
%13

Triadic Colors of #a054df

#a054df #dfa054 #54dfa0

Analogous Colors of #a054df

#a054df #df54d9 #5a54df

Monochromatic Colors of #a054df

#a054df

Complementary Color

#a054df #93df54

#a054df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a054df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a054df Color CSS Codes

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

#a054df Text Font Color

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

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


#a054df Background Color

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

This div background color is #a054df


#a054df Border Color

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

This div border color is #a054df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a054df


Comments

No comments written yet.

Please login to write comment.