Color Hex Logo

#a484dc Color Hex

#A484DC
(164,132,220)
0 Favorites   0 Comments

Color spaces of #a484dc

RGB 164132220
HSL0.730.560.69
HSV262°40°86°
CMYK 0.250.400.00   0.14
XYZ36.479429.562371.4936
Yxy29.56230.26520.2149
Hunter Lab54.371224.6117-39.9015
CIE-Lab61.274730.2816-40.6008

#a484dc color RGB value is (164,132,220).

#a484dc hex color red value is 164, green value is 132 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a484dc hue: 0.73 , saturation: 0.56 and the lightness value of a484dc is 0.69.

The process color (four color CMYK) of #a484dc color hex is 0.25, 0.40, 0.00, 0.14. Web safe color of #a484dc is #9999cc. Color #a484dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000100 11011100
Octal 244 204 334
Decimal 164 132 220
Hex A4 84 DC

RGB Percentages of Color #a484dc

%31.78
%25.58
%42.64

CMYK Percentages of Color #a484dc

%25
%40
%0
%14

Triadic Colors of #a484dc

#a484dc #dca484 #84dca4

Analogous Colors of #a484dc

#a484dc #d084dc #8490dc

Monochromatic Colors of #a484dc

#a484dc

Complementary Color

#a484dc #bcdc84

#a484dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a484dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a484dc Color CSS Codes

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

#a484dc Text Font Color

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

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


#a484dc Background Color

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

This div background color is #a484dc


#a484dc Border Color

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

This div border color is #a484dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a484dc


Comments

No comments written yet.

Please login to write comment.