Color Hex Logo

#a554fa Color Hex

#A554FA
(165,84,250)
0 Favorites   0 Comments

Color spaces of #a554fa

RGB 16584250
HSL0.750.940.65
HSV269°66°98°
CMYK 0.340.660.00   0.02
XYZ35.942721.242192.6482
Yxy21.24210.23990.1418
Hunter Lab46.089258.5475-86.9221
CIE-Lab53.213463.2376-70.1867

#a554fa color RGB value is (165,84,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010100 11111010
Octal 245 124 372
Decimal 165 84 250
Hex A5 54 FA

RGB Percentages of Color #a554fa

%33.07
%16.83
%50.10

CMYK Percentages of Color #a554fa

%34
%66
%0
%2

Triadic Colors of #a554fa

#a554fa #faa554 #54faa5

Analogous Colors of #a554fa

#a554fa #f854fa #5456fa

Monochromatic Colors of #a554fa

#a554fa

Complementary Color

#a554fa #a9fa54

#a554fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a554fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a554fa Color CSS Codes

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

#a554fa Text Font Color

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

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


#a554fa Background Color

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

This div background color is #a554fa


#a554fa Border Color

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

This div border color is #a554fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a554fa


Comments

No comments written yet.

Please login to write comment.