Color Hex Logo

#a080fb Color Hex

#A080FB
(160,128,251)
0 Favorites   0 Comments

Color spaces of #a080fb

RGB 160128251
HSL0.710.940.74
HSV256°49°98°
CMYK 0.360.490.00   0.02
XYZ39.629029.877094.9449
Yxy29.87700.24100.1817
Hunter Lab54.659933.7597-64.7256
CIE-Lab61.547939.2740-57.3702

#a080fb color RGB value is (160,128,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000000 11111011
Octal 240 200 373
Decimal 160 128 251
Hex A0 80 FB

RGB Percentages of Color #a080fb

%29.68
%23.75
%46.57

CMYK Percentages of Color #a080fb

%36
%49
%0
%2

Triadic Colors of #a080fb

#a080fb #fba080 #80fba0

Analogous Colors of #a080fb

#a080fb #de80fb #809efb

Monochromatic Colors of #a080fb

#a080fb

Complementary Color

#a080fb #dbfb80

#a080fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a080fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a080fb Color CSS Codes

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

#a080fb Text Font Color

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

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


#a080fb Background Color

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

This div background color is #a080fb


#a080fb Border Color

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

This div border color is #a080fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a080fb

Related Colors


Comments

No comments written yet.

Please login to write comment.