Color Hex Logo

#a80abb Color Hex

#A80ABB
(168,10,187)
0 Favorites   0 Comments

Color spaces of #a80abb

RGB 16810187
HSL0.820.900.39
HSV294°95°73°
CMYK 0.100.950.00   0.27
XYZ25.226612.129848.0254
Yxy12.12980.29550.1421
Hunter Lab34.827968.3428-57.3776
CIE-Lab41.421773.8170-53.2388

#a80abb color RGB value is (168,10,187).

#a80abb hex color red value is 168, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a80abb hue: 0.82 , saturation: 0.90 and the lightness value of a80abb is 0.39.

The process color (four color CMYK) of #a80abb color hex is 0.10, 0.95, 0.00, 0.27. Web safe color of #a80abb is #9900cc. Color #a80abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001010 10111011
Octal 250 12 273
Decimal 168 10 187
Hex A8 A BB

RGB Percentages of Color #a80abb

%46.03
%2.74
%51.23

CMYK Percentages of Color #a80abb

%10
%95
%0
%27

Triadic Colors of #a80abb

#a80abb #bba80a #0abba8

Analogous Colors of #a80abb

#a80abb #bb0a76 #4f0abb

Monochromatic Colors of #a80abb

#a80abb

Complementary Color

#a80abb #1dbb0a

#a80abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80abb Color CSS Codes

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

#a80abb Text Font Color

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

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


#a80abb Background Color

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

This div background color is #a80abb


#a80abb Border Color

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

This div border color is #a80abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80abb


Comments

No comments written yet.

Please login to write comment.