Color Hex Logo

#a80beb Color Hex

#A80BEB
(168,11,235)
0 Favorites   0 Comments

Color spaces of #a80beb

RGB 16811235
HSL0.780.910.48
HSV282°95°92°
CMYK 0.290.950.00   0.08
XYZ31.263514.562379.7603
Yxy14.56230.24890.1160
Hunter Lab38.160679.4572-97.2110
CIE-Lab45.028882.0911-75.0682

#a80beb color RGB value is (168,11,235).

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

The process color (four color CMYK) of #a80beb color hex is 0.29, 0.95, 0.00, 0.08. Web safe color of #a80beb is #9900ff. Color #a80beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001011 11101011
Octal 250 13 353
Decimal 168 11 235
Hex A8 B EB

RGB Percentages of Color #a80beb

%40.58
%2.66
%56.76

CMYK Percentages of Color #a80beb

%29
%95
%0
%8

Triadic Colors of #a80beb

#a80beb #eba80b #0beba8

Analogous Colors of #a80beb

#a80beb #eb0bbe #380beb

Monochromatic Colors of #a80beb

#a80beb

Complementary Color

#a80beb #4eeb0b

#a80beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80beb Color CSS Codes

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

#a80beb Text Font Color

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

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


#a80beb Background Color

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

This div background color is #a80beb


#a80beb Border Color

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

This div border color is #a80beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80beb


Comments

No comments written yet.

Please login to write comment.