Color Hex Logo

#ab0bba Color Hex

#AB0BBA
(171,11,186)
0 Favorites   0 Comments

Color spaces of #ab0bba

RGB 17111186
HSL0.820.890.39
HSV295°94°73°
CMYK 0.080.940.00   0.27
XYZ25.777212.442447.4974
Yxy12.44240.30070.1452
Hunter Lab35.273868.7142-55.1444
CIE-Lab41.910874.0297-51.8356

#ab0bba color RGB value is (171,11,186).

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

The process color (four color CMYK) of #ab0bba color hex is 0.08, 0.94, 0.00, 0.27. Web safe color of #ab0bba is #9900cc. Color #ab0bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001011 10111010
Octal 253 13 272
Decimal 171 11 186
Hex AB B BA

RGB Percentages of Color #ab0bba

%46.47
%2.99
%50.54

CMYK Percentages of Color #ab0bba

%8
%94
%0
%27

Triadic Colors of #ab0bba

#ab0bba #baab0b #0bbaab

Analogous Colors of #ab0bba

#ab0bba #ba0b72 #540bba

Monochromatic Colors of #ab0bba

#ab0bba

Complementary Color

#ab0bba #1aba0b

#ab0bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0bba Color CSS Codes

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

#ab0bba Text Font Color

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

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


#ab0bba Background Color

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

This div background color is #ab0bba


#ab0bba Border Color

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

This div border color is #ab0bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0bba


Comments

No comments written yet.

Please login to write comment.