Color Hex Logo

#ab8dd8 Color Hex

#AB8DD8
(171,141,216)
0 Favorites   0 Comments

Color spaces of #ab8dd8

RGB 171141216
HSL0.730.490.70
HSV264°35°85°
CMYK 0.210.350.00   0.15
XYZ38.714132.665569.2304
Yxy32.66550.27530.2323
Hunter Lab57.153720.8911-31.8104
CIE-Lab63.889126.2857-34.2392

#ab8dd8 color RGB value is (171,141,216).

#ab8dd8 hex color red value is 171, green value is 141 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ab8dd8 hue: 0.73 , saturation: 0.49 and the lightness value of ab8dd8 is 0.70.

The process color (four color CMYK) of #ab8dd8 color hex is 0.21, 0.35, 0.00, 0.15. Web safe color of #ab8dd8 is #9999cc. Color #ab8dd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001101 11011000
Octal 253 215 330
Decimal 171 141 216
Hex AB 8D D8

RGB Percentages of Color #ab8dd8

%32.39
%26.70
%40.91

CMYK Percentages of Color #ab8dd8

%21
%35
%0
%15

Triadic Colors of #ab8dd8

#ab8dd8 #d8ab8d #8dd8ab

Analogous Colors of #ab8dd8

#ab8dd8 #d18dd8 #8d95d8

Monochromatic Colors of #ab8dd8

#ab8dd8

Complementary Color

#ab8dd8 #bad88d

#ab8dd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8dd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8dd8 Color CSS Codes

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

#ab8dd8 Text Font Color

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

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


#ab8dd8 Background Color

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

This div background color is #ab8dd8


#ab8dd8 Border Color

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

This div border color is #ab8dd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8dd8


Comments

No comments written yet.

Please login to write comment.