Color Hex Logo

#a454ff Color Hex

#A454FF
(164,84,255)
0 Favorites   0 Comments

Color spaces of #a454ff

RGB 16484255
HSL0.741.000.66
HSV268°67°100°
CMYK 0.360.670.00   0.00
XYZ36.530221.453296.8233
Yxy21.45320.23600.1386
Hunter Lab46.317659.7253-91.5188
CIE-Lab53.442064.2120-72.5978

#a454ff color RGB value is (164,84,255).

#a454ff hex color red value is 164, green value is 84 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a454ff hue: 0.74 , saturation: 1.00 and the lightness value of a454ff is 0.66.

The process color (four color CMYK) of #a454ff color hex is 0.36, 0.67, 0.00, 0.00. Web safe color of #a454ff is #9966ff. Color #a454ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010100 11111111
Octal 244 124 377
Decimal 164 84 255
Hex A4 54 FF

RGB Percentages of Color #a454ff

%32.60
%16.70
%50.70

CMYK Percentages of Color #a454ff

%36
%67
%0
%0

Triadic Colors of #a454ff

#a454ff #ffa454 #54ffa4

Analogous Colors of #a454ff

#a454ff #fa54ff #5459ff

Monochromatic Colors of #a454ff

#a454ff

Complementary Color

#a454ff #afff54

#a454ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a454ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a454ff Color CSS Codes

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

#a454ff Text Font Color

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

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


#a454ff Background Color

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

This div background color is #a454ff


#a454ff Border Color

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

This div border color is #a454ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a454ff


Comments

No comments written yet.

Please login to write comment.