Color Hex Logo

#ab8dbf Color Hex

#AB8DBF
(171,141,191)
0 Favorites   0 Comments

Color spaces of #ab8dbf

RGB 171141191
HSL0.770.280.65
HSV276°26°75°
CMYK 0.100.260.00   0.25
XYZ35.723431.469353.4816
Yxy31.46930.29600.2608
Hunter Lab56.097515.4998-17.2570
CIE-Lab62.901820.7405-21.7640

#ab8dbf color RGB value is (171,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001101 10111111
Octal 253 215 277
Decimal 171 141 191
Hex AB 8D BF

RGB Percentages of Color #ab8dbf

%34.00
%28.03
%37.97

CMYK Percentages of Color #ab8dbf

%10
%26
%0
%25

Triadic Colors of #ab8dbf

#ab8dbf #bfab8d #8dbfab

Analogous Colors of #ab8dbf

#ab8dbf #bf8dba #928dbf

Monochromatic Colors of #ab8dbf

#ab8dbf

Complementary Color

#ab8dbf #a1bf8d

#ab8dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8dbf Color CSS Codes

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

#ab8dbf Text Font Color

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

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


#ab8dbf Background Color

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

This div background color is #ab8dbf


#ab8dbf Border Color

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

This div border color is #ab8dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8dbf


Comments

No comments written yet.

Please login to write comment.