Color Hex Logo

#a480dc Color Hex

#A480DC
(164,128,220)
0 Favorites   0 Comments

Color spaces of #a480dc

RGB 164128220
HSL0.730.570.68
HSV263°42°86°
CMYK 0.250.420.00   0.14
XYZ35.947328.498271.3162
Yxy28.49820.26480.2099
Hunter Lab53.383726.7761-41.8379
CIE-Lab60.336232.5516-42.0750

#a480dc color RGB value is (164,128,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000000 11011100
Octal 244 200 334
Decimal 164 128 220
Hex A4 80 DC

RGB Percentages of Color #a480dc

%32.03
%25.00
%42.97

CMYK Percentages of Color #a480dc

%25
%42
%0
%14

Triadic Colors of #a480dc

#a480dc #dca480 #80dca4

Analogous Colors of #a480dc

#a480dc #d280dc #808adc

Monochromatic Colors of #a480dc

#a480dc

Complementary Color

#a480dc #b8dc80

#a480dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a480dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a480dc Color CSS Codes

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

#a480dc Text Font Color

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

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


#a480dc Background Color

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

This div background color is #a480dc


#a480dc Border Color

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

This div border color is #a480dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a480dc


Comments

No comments written yet.

Please login to write comment.