Color Hex Logo

#a657ba Color Hex

#A657BA
(166,87,186)
0 Favorites   0 Comments

Color spaces of #a657ba

RGB 16687186
HSL0.800.420.54
HSV288°53°73°
CMYK 0.110.530.00   0.27
XYZ27.997018.468648.5436
Yxy18.46860.29470.1944
Hunter Lab42.975141.0810-36.8899
CIE-Lab50.059647.9411-38.8914

#a657ba color RGB value is (166,87,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010111 10111010
Octal 246 127 272
Decimal 166 87 186
Hex A6 57 BA

RGB Percentages of Color #a657ba

%37.81
%19.82
%42.37

CMYK Percentages of Color #a657ba

%11
%53
%0
%27

Triadic Colors of #a657ba

#a657ba #baa657 #57baa6

Analogous Colors of #a657ba

#a657ba #ba579d #7557ba

Monochromatic Colors of #a657ba

#a657ba

Complementary Color

#a657ba #6bba57

#a657ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a657ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a657ba Color CSS Codes

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

#a657ba Text Font Color

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

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


#a657ba Background Color

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

This div background color is #a657ba


#a657ba Border Color

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

This div border color is #a657ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a657ba


Comments

No comments written yet.

Please login to write comment.