Color Hex Logo

#a054ba Color Hex

#A054BA
(160,84,186)
0 Favorites   0 Comments

Color spaces of #a054ba

RGB 16084186
HSL0.790.430.53
HSV285°55°73°
CMYK 0.140.550.00   0.27
XYZ26.530517.359448.4068
Yxy17.35940.28740.1881
Hunter Lab41.664640.7492-39.7191
CIE-Lab48.709747.8464-41.0752

#a054ba color RGB value is (160,84,186).

#a054ba hex color red value is 160, green value is 84 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a054ba hue: 0.79 , saturation: 0.43 and the lightness value of a054ba is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010100 10111010
Octal 240 124 272
Decimal 160 84 186
Hex A0 54 BA

RGB Percentages of Color #a054ba

%37.21
%19.53
%43.26

CMYK Percentages of Color #a054ba

%14
%55
%0
%27

Triadic Colors of #a054ba

#a054ba #baa054 #54baa0

Analogous Colors of #a054ba

#a054ba #ba54a1 #6d54ba

Monochromatic Colors of #a054ba

#a054ba

Complementary Color

#a054ba #6eba54

#a054ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a054ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a054ba Color CSS Codes

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

#a054ba Text Font Color

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

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


#a054ba Background Color

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

This div background color is #a054ba


#a054ba Border Color

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

This div border color is #a054ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a054ba


Comments

No comments written yet.

Please login to write comment.