Color Hex Logo

#ab81bd Color Hex

#AB81BD
(171,129,189)
0 Favorites   0 Comments

Color spaces of #ab81bd

RGB 171129189
HSL0.780.310.62
HSV282°32°74°
CMYK 0.100.320.00   0.26
XYZ33.830228.032651.7719
Yxy28.03260.29770.2467
Hunter Lab52.945821.3990-20.9133
CIE-Lab59.918227.1107-25.2084

#ab81bd color RGB value is (171,129,189).

#ab81bd hex color red value is 171, green value is 129 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab81bd hue: 0.78 , saturation: 0.31 and the lightness value of ab81bd is 0.62.

The process color (four color CMYK) of #ab81bd color hex is 0.10, 0.32, 0.00, 0.26. Web safe color of #ab81bd is #9999cc. Color #ab81bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000001 10111101
Octal 253 201 275
Decimal 171 129 189
Hex AB 81 BD

RGB Percentages of Color #ab81bd

%34.97
%26.38
%38.65

CMYK Percentages of Color #ab81bd

%10
%32
%0
%26

Triadic Colors of #ab81bd

#ab81bd #bdab81 #81bdab

Analogous Colors of #ab81bd

#ab81bd #bd81b1 #8d81bd

Monochromatic Colors of #ab81bd

#ab81bd

Complementary Color

#ab81bd #93bd81

#ab81bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab81bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab81bd Color CSS Codes

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

#ab81bd Text Font Color

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

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


#ab81bd Background Color

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

This div background color is #ab81bd


#ab81bd Border Color

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

This div border color is #ab81bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab81bd


Comments

No comments written yet.

Please login to write comment.