Color Hex Logo

#a96efb Color Hex

#A96EFB
(169,110,251)
0 Favorites   0 Comments

Color spaces of #a96efb

RGB 169110251
HSL0.740.950.71
HSV265°56°98°
CMYK 0.330.560.00   0.02
XYZ39.350726.551994.3178
Yxy26.55190.24560.1657
Hunter Lab51.528546.1398-72.4544
CIE-Lab58.557251.2885-62.1049

#a96efb color RGB value is (169,110,251).

#a96efb hex color red value is 169, green value is 110 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a96efb hue: 0.74 , saturation: 0.95 and the lightness value of a96efb is 0.71.

The process color (four color CMYK) of #a96efb color hex is 0.33, 0.56, 0.00, 0.02. Web safe color of #a96efb is #9966ff. Color #a96efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101110 11111011
Octal 251 156 373
Decimal 169 110 251
Hex A9 6E FB

RGB Percentages of Color #a96efb

%31.89
%20.75
%47.36

CMYK Percentages of Color #a96efb

%33
%56
%0
%2

Triadic Colors of #a96efb

#a96efb #fba96e #6efba9

Analogous Colors of #a96efb

#a96efb #f06efb #6e7afb

Monochromatic Colors of #a96efb

#a96efb

Complementary Color

#a96efb #c0fb6e

#a96efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96efb Color CSS Codes

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

#a96efb Text Font Color

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

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


#a96efb Background Color

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

This div background color is #a96efb


#a96efb Border Color

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

This div border color is #a96efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,110,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96efb

Related Colors


Comments

No comments written yet.

Please login to write comment.