Color Hex Logo

#ab9ddf Color Hex

#AB9DDF
(171,157,223)
0 Favorites   0 Comments

Color spaces of #ab9ddf

RGB 171157223
HSL0.700.510.75
HSV253°30°87°
CMYK 0.230.300.00   0.13
XYZ42.170838.099674.9433
Yxy38.09960.27170.2455
Hunter Lab61.724913.9337-28.7796
CIE-Lab68.094018.8796-31.5956

#ab9ddf color RGB value is (171,157,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011101 11011111
Octal 253 235 337
Decimal 171 157 223
Hex AB 9D DF

RGB Percentages of Color #ab9ddf

%31.03
%28.49
%40.47

CMYK Percentages of Color #ab9ddf

%23
%30
%0
%13

Triadic Colors of #ab9ddf

#ab9ddf #dfab9d #9ddfab

Analogous Colors of #ab9ddf

#ab9ddf #cc9ddf #9db0df

Monochromatic Colors of #ab9ddf

#ab9ddf

Complementary Color

#ab9ddf #d1df9d

#ab9ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9ddf Color CSS Codes

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

#ab9ddf Text Font Color

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

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


#ab9ddf Background Color

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

This div background color is #ab9ddf


#ab9ddf Border Color

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

This div border color is #ab9ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9ddf


Comments

No comments written yet.

Please login to write comment.