Color Hex Logo

#a80bef Color Hex

#A80BEF
(168,11,239)
0 Favorites   0 Comments

Color spaces of #a80bef

RGB 16811239
HSL0.780.910.49
HSV281°95°94°
CMYK 0.300.950.00   0.06
XYZ31.848114.796282.8387
Yxy14.79620.24600.1143
Hunter Lab38.465880.4753-100.7588
CIE-Lab45.353882.8282-76.7981

#a80bef color RGB value is (168,11,239).

#a80bef hex color red value is 168, green value is 11 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a80bef hue: 0.78 , saturation: 0.91 and the lightness value of a80bef is 0.49.

The process color (four color CMYK) of #a80bef color hex is 0.30, 0.95, 0.00, 0.06. Web safe color of #a80bef is #9900ff. Color #a80bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001011 11101111
Octal 250 13 357
Decimal 168 11 239
Hex A8 B EF

RGB Percentages of Color #a80bef

%40.19
%2.63
%57.18

CMYK Percentages of Color #a80bef

%30
%95
%0
%6

Triadic Colors of #a80bef

#a80bef #efa80b #0befa8

Analogous Colors of #a80bef

#a80bef #ef0bc4 #360bef

Monochromatic Colors of #a80bef

#a80bef

Complementary Color

#a80bef #52ef0b

#a80bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80bef Color CSS Codes

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

#a80bef Text Font Color

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

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


#a80bef Background Color

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

This div background color is #a80bef


#a80bef Border Color

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

This div border color is #a80bef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,11,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a80bef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a80bef;
  -webkit-box-shadow: 1px 1px 3px 2px #a80bef;
  box-shadow:         1px 1px 3px 2px #a80bef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,11,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80bef


Comments

No comments written yet.

Please login to write comment.