Color Hex Logo

#a463bf Color Hex

#A463BF
(164,99,191)
0 Favorites   0 Comments

Color spaces of #a463bf

RGB 16499191
HSL0.780.420.57
HSV282°48°75°
CMYK 0.140.480.00   0.25
XYZ29.175720.577851.7244
Yxy20.57780.28750.2028
Hunter Lab45.362835.4200-35.8509
CIE-Lab52.484342.0946-37.9777

#a463bf color RGB value is (164,99,191).

#a463bf hex color red value is 164, green value is 99 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a463bf hue: 0.78 , saturation: 0.42 and the lightness value of a463bf is 0.57.

The process color (four color CMYK) of #a463bf color hex is 0.14, 0.48, 0.00, 0.25. Web safe color of #a463bf is #9966cc. Color #a463bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100011 10111111
Octal 244 143 277
Decimal 164 99 191
Hex A4 63 BF

RGB Percentages of Color #a463bf

%36.12
%21.81
%42.07

CMYK Percentages of Color #a463bf

%14
%48
%0
%25

Triadic Colors of #a463bf

#a463bf #bfa463 #63bfa4

Analogous Colors of #a463bf

#a463bf #bf63ac #7663bf

Monochromatic Colors of #a463bf

#a463bf

Complementary Color

#a463bf #7ebf63

#a463bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a463bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a463bf Color CSS Codes

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

#a463bf Text Font Color

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

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


#a463bf Background Color

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

This div background color is #a463bf


#a463bf Border Color

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

This div border color is #a463bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,99,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a463bf


Comments

No comments written yet.

Please login to write comment.