Color Hex Logo

#a454ba Color Hex

#A454BA
(164,84,186)
0 Favorites   0 Comments

Color spaces of #a454ba

RGB 16484186
HSL0.800.430.53
HSV287°55°73°
CMYK 0.120.550.00   0.27
XYZ27.343117.778348.4448
Yxy17.77830.29220.1900
Hunter Lab42.164341.9677-38.6064
CIE-Lab49.226148.9233-40.2248

#a454ba color RGB value is (164,84,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010100 10111010
Octal 244 124 272
Decimal 164 84 186
Hex A4 54 BA

RGB Percentages of Color #a454ba

%37.79
%19.35
%42.86

CMYK Percentages of Color #a454ba

%12
%55
%0
%27

Triadic Colors of #a454ba

#a454ba #baa454 #54baa4

Analogous Colors of #a454ba

#a454ba #ba549d #7154ba

Monochromatic Colors of #a454ba

#a454ba

Complementary Color

#a454ba #6aba54

#a454ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a454ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a454ba Color CSS Codes

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

#a454ba Text Font Color

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

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


#a454ba Background Color

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

This div background color is #a454ba


#a454ba Border Color

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

This div border color is #a454ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a454ba


Comments

No comments written yet.

Please login to write comment.