Color Hex Logo

#a484ff Color Hex

#A484FF
(164,132,255)
0 Favorites   0 Comments

Color spaces of #a484ff

RGB 164132255
HSL0.711.000.76
HSV256°48°100°
CMYK 0.360.480.00   0.00
XYZ41.611131.615098.5169
Yxy31.61500.24230.1841
Hunter Lab56.227233.7018-64.5242
CIE-Lab63.023439.0408-57.1930

#a484ff color RGB value is (164,132,255).

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

The process color (four color CMYK) of #a484ff color hex is 0.36, 0.48, 0.00, 0.00. Web safe color of #a484ff is #9999ff. Color #a484ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000100 11111111
Octal 244 204 377
Decimal 164 132 255
Hex A4 84 FF

RGB Percentages of Color #a484ff

%29.76
%23.96
%46.28

CMYK Percentages of Color #a484ff

%36
%48
%0
%0

Triadic Colors of #a484ff

#a484ff #ffa484 #84ffa4

Analogous Colors of #a484ff

#a484ff #e284ff #84a2ff

Monochromatic Colors of #a484ff

#a484ff

Complementary Color

#a484ff #dfff84

#a484ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a484ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a484ff Color CSS Codes

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

#a484ff Text Font Color

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

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


#a484ff Background Color

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

This div background color is #a484ff


#a484ff Border Color

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

This div border color is #a484ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a484ff


Comments

No comments written yet.

Please login to write comment.