Color Hex Logo

#a463ba Color Hex

#A463BA
(164,99,186)
0 Favorites   0 Comments

Color spaces of #a463ba

RGB 16499186
HSL0.790.390.56
HSV285°47°73°
CMYK 0.120.470.00   0.27
XYZ28.634620.361448.8753
Yxy20.36140.29260.2080
Hunter Lab45.123634.3065-32.6330
CIE-Lab52.243441.0348-35.4735

#a463ba color RGB value is (164,99,186).

#a463ba hex color red value is 164, green value is 99 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a463ba hue: 0.79 , saturation: 0.39 and the lightness value of a463ba is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100011 10111010
Octal 244 143 272
Decimal 164 99 186
Hex A4 63 BA

RGB Percentages of Color #a463ba

%36.53
%22.05
%41.43

CMYK Percentages of Color #a463ba

%12
%47
%0
%27

Triadic Colors of #a463ba

#a463ba #baa463 #63baa4

Analogous Colors of #a463ba

#a463ba #ba63a5 #7963ba

Monochromatic Colors of #a463ba

#a463ba

Complementary Color

#a463ba #79ba63

#a463ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a463ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a463ba Color CSS Codes

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

#a463ba Text Font Color

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

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


#a463ba Background Color

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

This div background color is #a463ba


#a463ba Border Color

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

This div border color is #a463ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a463ba


Comments

No comments written yet.

Please login to write comment.