Color Hex Logo

#ab8abb Color Hex

#AB8ABB
(171,138,187)
0 Favorites   0 Comments

Color spaces of #ab8abb

RGB 171138187
HSL0.780.260.64
HSV280°26°73°
CMYK 0.090.260.00   0.27
XYZ34.852730.422751.0489
Yxy30.42270.29960.2615
Hunter Lab55.156816.2670-16.2646
CIE-Lab62.017221.5976-20.8593

#ab8abb color RGB value is (171,138,187).

#ab8abb hex color red value is 171, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ab8abb hue: 0.78 , saturation: 0.26 and the lightness value of ab8abb is 0.64.

The process color (four color CMYK) of #ab8abb color hex is 0.09, 0.26, 0.00, 0.27. Web safe color of #ab8abb is #9999cc. Color #ab8abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001010 10111011
Octal 253 212 273
Decimal 171 138 187
Hex AB 8A BB

RGB Percentages of Color #ab8abb

%34.48
%27.82
%37.70

CMYK Percentages of Color #ab8abb

%9
%26
%0
%27

Triadic Colors of #ab8abb

#ab8abb #bbab8a #8abbab

Analogous Colors of #ab8abb

#ab8abb #bb8ab3 #938abb

Monochromatic Colors of #ab8abb

#ab8abb

Complementary Color

#ab8abb #9abb8a

#ab8abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8abb Color CSS Codes

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

#ab8abb Text Font Color

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

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


#ab8abb Background Color

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

This div background color is #ab8abb


#ab8abb Border Color

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

This div border color is #ab8abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8abb


Comments

No comments written yet.

Please login to write comment.