Color Hex Logo

#ab9dda Color Hex

#AB9DDA
(171,157,218)
0 Favorites   0 Comments

Color spaces of #ab9dda

RGB 171157218
HSL0.700.450.74
HSV254°28°85°
CMYK 0.220.280.00   0.15
XYZ41.506437.833871.4447
Yxy37.83380.27530.2509
Hunter Lab61.509212.8107-25.8106
CIE-Lab67.897917.7112-29.1418

#ab9dda color RGB value is (171,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011101 11011010
Octal 253 235 332
Decimal 171 157 218
Hex AB 9D DA

RGB Percentages of Color #ab9dda

%31.32
%28.75
%39.93

CMYK Percentages of Color #ab9dda

%22
%28
%0
%15

Triadic Colors of #ab9dda

#ab9dda #daab9d #9ddaab

Analogous Colors of #ab9dda

#ab9dda #ca9dda #9daeda

Monochromatic Colors of #ab9dda

#ab9dda

Complementary Color

#ab9dda #ccda9d

#ab9dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9dda Color CSS Codes

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

#ab9dda Text Font Color

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

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


#ab9dda Background Color

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

This div background color is #ab9dda


#ab9dda Border Color

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

This div border color is #ab9dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,157,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 #ab9dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9dda


Comments

No comments written yet.

Please login to write comment.