Color Hex Logo

#ab8dda Color Hex

#AB8DDA
(171,141,218)
0 Favorites   0 Comments

Color spaces of #ab8dda

RGB 171141218
HSL0.730.510.70
HSV263°35°85°
CMYK 0.220.350.00   0.15
XYZ38.974432.769670.6007
Yxy32.76960.27380.2302
Hunter Lab57.244721.3513-33.0518
CIE-Lab63.973926.7491-35.2203

#ab8dda color RGB value is (171,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001101 11011010
Octal 253 215 332
Decimal 171 141 218
Hex AB 8D DA

RGB Percentages of Color #ab8dda

%32.26
%26.60
%41.13

CMYK Percentages of Color #ab8dda

%22
%35
%0
%15

Triadic Colors of #ab8dda

#ab8dda #daab8d #8ddaab

Analogous Colors of #ab8dda

#ab8dda #d28dda #8d96da

Monochromatic Colors of #ab8dda

#ab8dda

Complementary Color

#ab8dda #bcda8d

#ab8dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8dda Color CSS Codes

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

#ab8dda Text Font Color

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

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


#ab8dda Background Color

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

This div background color is #ab8dda


#ab8dda Border Color

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

This div border color is #ab8dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8dda


Comments

No comments written yet.

Please login to write comment.