Color Hex Logo

#ab8dbc Color Hex

#AB8DBC
(171,141,188)
0 Favorites   0 Comments

Color spaces of #ab8dbc

RGB 171141188
HSL0.770.260.65
HSV278°25°74°
CMYK 0.090.250.00   0.26
XYZ35.396631.338551.7603
Yxy31.33850.29870.2645
Hunter Lab55.980814.8990-15.6335
CIE-Lab62.792420.1087-20.2413

#ab8dbc color RGB value is (171,141,188).

#ab8dbc hex color red value is 171, green value is 141 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ab8dbc hue: 0.77 , saturation: 0.26 and the lightness value of ab8dbc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001101 10111100
Octal 253 215 274
Decimal 171 141 188
Hex AB 8D BC

RGB Percentages of Color #ab8dbc

%34.20
%28.20
%37.60

CMYK Percentages of Color #ab8dbc

%9
%25
%0
%26

Triadic Colors of #ab8dbc

#ab8dbc #bcab8d #8dbcab

Analogous Colors of #ab8dbc

#ab8dbc #bc8db6 #948dbc

Monochromatic Colors of #ab8dbc

#ab8dbc

Complementary Color

#ab8dbc #9ebc8d

#ab8dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8dbc Color CSS Codes

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

#ab8dbc Text Font Color

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

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


#ab8dbc Background Color

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

This div background color is #ab8dbc


#ab8dbc Border Color

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

This div border color is #ab8dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8dbc


Comments

No comments written yet.

Please login to write comment.