Color Hex Logo

#a465fa Color Hex

#A465FA
(164,101,250)
0 Favorites   0 Comments

Color spaces of #a465fa

RGB 164101250
HSL0.740.940.69
HSV265°60°98°
CMYK 0.340.600.00   0.02
XYZ37.218824.102093.1330
Yxy24.10200.24100.1560
Hunter Lab49.093849.4096-78.1100
CIE-Lab56.189854.6380-65.3851

#a465fa color RGB value is (164,101,250).

#a465fa hex color red value is 164, green value is 101 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a465fa hue: 0.74 , saturation: 0.94 and the lightness value of a465fa is 0.69.

The process color (four color CMYK) of #a465fa color hex is 0.34, 0.60, 0.00, 0.02. Web safe color of #a465fa is #9966ff. Color #a465fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100101 11111010
Octal 244 145 372
Decimal 164 101 250
Hex A4 65 FA

RGB Percentages of Color #a465fa

%31.84
%19.61
%48.54

CMYK Percentages of Color #a465fa

%34
%60
%0
%2

Triadic Colors of #a465fa

#a465fa #faa465 #65faa4

Analogous Colors of #a465fa

#a465fa #ef65fa #6571fa

Monochromatic Colors of #a465fa

#a465fa

Complementary Color

#a465fa #bbfa65

#a465fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a465fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a465fa Color CSS Codes

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

#a465fa Text Font Color

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

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


#a465fa Background Color

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

This div background color is #a465fa


#a465fa Border Color

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

This div border color is #a465fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a465fa


Comments

No comments written yet.

Please login to write comment.