Color Hex Logo

#a80bbe Color Hex

#A80BBE
(168,11,190)
0 Favorites   0 Comments

Color spaces of #a80bbe

RGB 16811190
HSL0.810.890.39
HSV293°94°75°
CMYK 0.120.940.00   0.25
XYZ25.562412.281949.7385
Yxy12.28190.29190.1402
Hunter Lab35.045568.8691-59.6156
CIE-Lab41.660774.2062-54.6158

#a80bbe color RGB value is (168,11,190).

#a80bbe hex color red value is 168, green value is 11 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a80bbe hue: 0.81 , saturation: 0.89 and the lightness value of a80bbe is 0.39.

The process color (four color CMYK) of #a80bbe color hex is 0.12, 0.94, 0.00, 0.25. Web safe color of #a80bbe is #9900cc. Color #a80bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001011 10111110
Octal 250 13 276
Decimal 168 11 190
Hex A8 B BE

RGB Percentages of Color #a80bbe

%45.53
%2.98
%51.49

CMYK Percentages of Color #a80bbe

%12
%94
%0
%25

Triadic Colors of #a80bbe

#a80bbe #bea80b #0bbea8

Analogous Colors of #a80bbe

#a80bbe #be0b7b #4f0bbe

Monochromatic Colors of #a80bbe

#a80bbe

Complementary Color

#a80bbe #21be0b

#a80bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80bbe Color CSS Codes

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

#a80bbe Text Font Color

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

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


#a80bbe Background Color

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

This div background color is #a80bbe


#a80bbe Border Color

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

This div border color is #a80bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80bbe


Comments

No comments written yet.

Please login to write comment.