Color Hex Logo

#a469fa Color Hex

#A469FA
(164,105,250)
0 Favorites   0 Comments

Color spaces of #a469fa

RGB 164105250
HSL0.730.940.70
HSV264°58°98°
CMYK 0.340.580.00   0.02
XYZ37.616724.897893.2656
Yxy24.89780.24150.1598
Hunter Lab49.897747.2460-75.8927
CIE-Lab56.975752.5493-64.1201

#a469fa color RGB value is (164,105,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101001 11111010
Octal 244 151 372
Decimal 164 105 250
Hex A4 69 FA

RGB Percentages of Color #a469fa

%31.60
%20.23
%48.17

CMYK Percentages of Color #a469fa

%34
%58
%0
%2

Triadic Colors of #a469fa

#a469fa #faa469 #69faa4

Analogous Colors of #a469fa

#a469fa #ed69fa #6977fa

Monochromatic Colors of #a469fa

#a469fa

Complementary Color

#a469fa #bffa69

#a469fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a469fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a469fa Color CSS Codes

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

#a469fa Text Font Color

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

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


#a469fa Background Color

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

This div background color is #a469fa


#a469fa Border Color

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

This div border color is #a469fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a469fa


Comments

No comments written yet.

Please login to write comment.