Color Hex Logo

#a958fa Color Hex

#A958FA
(169,88,250)
0 Favorites   0 Comments

Color spaces of #a958fa

RGB 16988250
HSL0.750.940.66
HSV270°65°98°
CMYK 0.320.650.00   0.02
XYZ37.107222.316692.7942
Yxy22.31660.24380.1466
Hunter Lab47.240457.5403-83.3948
CIE-Lab54.361362.1533-68.3071

#a958fa color RGB value is (169,88,250).

#a958fa hex color red value is 169, green value is 88 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a958fa hue: 0.75 , saturation: 0.94 and the lightness value of a958fa is 0.66.

The process color (four color CMYK) of #a958fa color hex is 0.32, 0.65, 0.00, 0.02. Web safe color of #a958fa is #9966ff. Color #a958fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011000 11111010
Octal 251 130 372
Decimal 169 88 250
Hex A9 58 FA

RGB Percentages of Color #a958fa

%33.33
%17.36
%49.31

CMYK Percentages of Color #a958fa

%32
%65
%0
%2

Triadic Colors of #a958fa

#a958fa #faa958 #58faa9

Analogous Colors of #a958fa

#a958fa #fa58fa #5858fa

Monochromatic Colors of #a958fa

#a958fa

Complementary Color

#a958fa #a9fa58

#a958fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a958fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a958fa Color CSS Codes

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

#a958fa Text Font Color

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

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


#a958fa Background Color

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

This div background color is #a958fa


#a958fa Border Color

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

This div border color is #a958fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a958fa

#a958fa Color Palettes


Comments

No comments written yet.

Please login to write comment.