Color Hex Logo

#ab8ddd Color Hex

#AB8DDD
(171,141,221)
0 Favorites   0 Comments

Color spaces of #ab8ddd

RGB 171141221
HSL0.730.540.71
HSV263°36°87°
CMYK 0.230.360.00   0.13
XYZ39.370632.928172.6873
Yxy32.92810.27150.2271
Hunter Lab57.383022.0489-34.9348
CIE-Lab64.102627.4487-36.6872

#ab8ddd color RGB value is (171,141,221).

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

The process color (four color CMYK) of #ab8ddd color hex is 0.23, 0.36, 0.00, 0.13. Web safe color of #ab8ddd is #9999cc. Color #ab8ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001101 11011101
Octal 253 215 335
Decimal 171 141 221
Hex AB 8D DD

RGB Percentages of Color #ab8ddd

%32.08
%26.45
%41.46

CMYK Percentages of Color #ab8ddd

%23
%36
%0
%13

Triadic Colors of #ab8ddd

#ab8ddd #ddab8d #8dddab

Analogous Colors of #ab8ddd

#ab8ddd #d38ddd #8d97dd

Monochromatic Colors of #ab8ddd

#ab8ddd

Complementary Color

#ab8ddd #bfdd8d

#ab8ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8ddd Color CSS Codes

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

#ab8ddd Text Font Color

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

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


#ab8ddd Background Color

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

This div background color is #ab8ddd


#ab8ddd Border Color

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

This div border color is #ab8ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8ddd


Comments

No comments written yet.

Please login to write comment.