Color Hex Logo

#a963bf Color Hex

#A963BF
(169,99,191)
0 Favorites   0 Comments

Color spaces of #a963bf

RGB 16999191
HSL0.790.420.57
HSV286°48°75°
CMYK 0.120.480.00   0.25
XYZ30.228021.120351.7736
Yxy21.12030.29310.2048
Hunter Lab45.956836.9835-34.6246
CIE-Lab53.080943.5302-36.9985

#a963bf color RGB value is (169,99,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 10111111
Octal 251 143 277
Decimal 169 99 191
Hex A9 63 BF

RGB Percentages of Color #a963bf

%36.82
%21.57
%41.61

CMYK Percentages of Color #a963bf

%12
%48
%0
%25

Triadic Colors of #a963bf

#a963bf #bfa963 #63bfa9

Analogous Colors of #a963bf

#a963bf #bf63a7 #7b63bf

Monochromatic Colors of #a963bf

#a963bf

Complementary Color

#a963bf #79bf63

#a963bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a963bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a963bf Color CSS Codes

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

#a963bf Text Font Color

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

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


#a963bf Background Color

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

This div background color is #a963bf


#a963bf Border Color

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

This div border color is #a963bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a963bf


Comments

No comments written yet.

Please login to write comment.