Color Hex Logo

#ab8db8 Color Hex

#AB8DB8
(171,141,184)
0 Favorites   0 Comments

Color spaces of #ab8db8

RGB 171141184
HSL0.780.230.64
HSV282°23°72°
CMYK 0.070.230.00   0.28
XYZ34.971231.168449.5203
Yxy31.16840.30240.2695
Hunter Lab55.828714.1126-13.5105
CIE-Lab62.649519.2774-18.2026

#ab8db8 color RGB value is (171,141,184).

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

The process color (four color CMYK) of #ab8db8 color hex is 0.07, 0.23, 0.00, 0.28. Web safe color of #ab8db8 is #9999cc. Color #ab8db8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001101 10111000
Octal 253 215 270
Decimal 171 141 184
Hex AB 8D B8

RGB Percentages of Color #ab8db8

%34.48
%28.43
%37.10

CMYK Percentages of Color #ab8db8

%7
%23
%0
%28

Triadic Colors of #ab8db8

#ab8db8 #b8ab8d #8db8ab

Analogous Colors of #ab8db8

#ab8db8 #b88db0 #968db8

Monochromatic Colors of #ab8db8

#ab8db8

Complementary Color

#ab8db8 #9ab88d

#ab8db8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8db8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8db8 Color CSS Codes

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

#ab8db8 Text Font Color

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

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


#ab8db8 Background Color

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

This div background color is #ab8db8


#ab8db8 Border Color

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

This div border color is #ab8db8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8db8


Comments

No comments written yet.

Please login to write comment.