Color Hex Logo

#a480fb Color Hex

#A480FB
(164,128,251)
0 Favorites   0 Comments

Color spaces of #a480fb

RGB 164128251
HSL0.720.940.74
HSV258°49°98°
CMYK 0.350.490.00   0.02
XYZ40.441630.295994.9830
Yxy30.29590.24400.1828
Hunter Lab55.041734.8289-63.7849
CIE-Lab61.908740.2549-56.7737

#a480fb color RGB value is (164,128,251).

#a480fb hex color red value is 164, green value is 128 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a480fb hue: 0.72 , saturation: 0.94 and the lightness value of a480fb is 0.74.

The process color (four color CMYK) of #a480fb color hex is 0.35, 0.49, 0.00, 0.02. Web safe color of #a480fb is #9999ff. Color #a480fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000000 11111011
Octal 244 200 373
Decimal 164 128 251
Hex A4 80 FB

RGB Percentages of Color #a480fb

%30.20
%23.57
%46.22

CMYK Percentages of Color #a480fb

%35
%49
%0
%2

Triadic Colors of #a480fb

#a480fb #fba480 #80fba4

Analogous Colors of #a480fb

#a480fb #e280fb #809afb

Monochromatic Colors of #a480fb

#a480fb

Complementary Color

#a480fb #d7fb80

#a480fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a480fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a480fb Color CSS Codes

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

#a480fb Text Font Color

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

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


#a480fb Background Color

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

This div background color is #a480fb


#a480fb Border Color

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

This div border color is #a480fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a480fb


Comments

No comments written yet.

Please login to write comment.