Color Hex Logo

#ab6abb Color Hex

#AB6ABB
(171,106,187)
0 Favorites   0 Comments

Color spaces of #ab6abb

RGB 171106187
HSL0.800.370.57
HSV288°43°73°
CMYK 0.090.430.00   0.27
XYZ30.918322.553949.7375
Yxy22.55390.29960.2185
Hunter Lab47.490933.1007-28.8510
CIE-Lab54.609839.5184-32.2887

#ab6abb color RGB value is (171,106,187).

#ab6abb hex color red value is 171, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ab6abb hue: 0.80 , saturation: 0.37 and the lightness value of ab6abb is 0.57.

The process color (four color CMYK) of #ab6abb color hex is 0.09, 0.43, 0.00, 0.27. Web safe color of #ab6abb is #9966cc. Color #ab6abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101010 10111011
Octal 253 152 273
Decimal 171 106 187
Hex AB 6A BB

RGB Percentages of Color #ab6abb

%36.85
%22.84
%40.30

CMYK Percentages of Color #ab6abb

%9
%43
%0
%27

Triadic Colors of #ab6abb

#ab6abb #bbab6a #6abbab

Analogous Colors of #ab6abb

#ab6abb #bb6aa3 #836abb

Monochromatic Colors of #ab6abb

#ab6abb

Complementary Color

#ab6abb #7abb6a

#ab6abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6abb Color CSS Codes

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

#ab6abb Text Font Color

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

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


#ab6abb Background Color

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

This div background color is #ab6abb


#ab6abb Border Color

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

This div border color is #ab6abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,106,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 #ab6abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6abb


Comments

No comments written yet.

Please login to write comment.