Color Hex Logo

#a96efd Color Hex

#A96EFD
(169,110,253)
0 Favorites   0 Comments

Color spaces of #a96efd

RGB 169110253
HSL0.740.970.71
HSV265°57°99°
CMYK 0.330.570.00   0.01
XYZ39.667726.678795.9873
Yxy26.67870.24440.1643
Hunter Lab51.651446.6959-74.0266
CIE-Lab58.675751.7757-63.0190

#a96efd color RGB value is (169,110,253).

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

The process color (four color CMYK) of #a96efd color hex is 0.33, 0.57, 0.00, 0.01. Web safe color of #a96efd is #9966ff. Color #a96efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101110 11111101
Octal 251 156 375
Decimal 169 110 253
Hex A9 6E FD

RGB Percentages of Color #a96efd

%31.77
%20.68
%47.56

CMYK Percentages of Color #a96efd

%33
%57
%0
%1

Triadic Colors of #a96efd

#a96efd #fda96e #6efda9

Analogous Colors of #a96efd

#a96efd #f16efd #6e7bfd

Monochromatic Colors of #a96efd

#a96efd

Complementary Color

#a96efd #c2fd6e

#a96efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96efd Color CSS Codes

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

#a96efd Text Font Color

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

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


#a96efd Background Color

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

This div background color is #a96efd


#a96efd Border Color

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

This div border color is #a96efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96efd

Related Colors


Comments

No comments written yet.

Please login to write comment.