Color Hex Logo

#a457ba Color Hex

#A457BA
(164,87,186)
0 Favorites   0 Comments

Color spaces of #a457ba

RGB 16487186
HSL0.800.420.54
HSV287°53°73°
CMYK 0.120.530.00   0.27
XYZ27.581018.254148.5241
Yxy18.25410.29230.1935
Hunter Lab42.724840.4622-37.4304
CIE-Lab49.802947.3918-39.3136

#a457ba color RGB value is (164,87,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010111 10111010
Octal 244 127 272
Decimal 164 87 186
Hex A4 57 BA

RGB Percentages of Color #a457ba

%37.53
%19.91
%42.56

CMYK Percentages of Color #a457ba

%12
%53
%0
%27

Triadic Colors of #a457ba

#a457ba #baa457 #57baa4

Analogous Colors of #a457ba

#a457ba #ba579f #7357ba

Monochromatic Colors of #a457ba

#a457ba

Complementary Color

#a457ba #6dba57

#a457ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a457ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a457ba Color CSS Codes

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

#a457ba Text Font Color

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

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


#a457ba Background Color

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

This div background color is #a457ba


#a457ba Border Color

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

This div border color is #a457ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a457ba


Comments

No comments written yet.

Please login to write comment.