Color Hex Logo

#ab9dd7 Color Hex

#AB9DD7
(171,157,215)
0 Favorites   0 Comments

Color spaces of #ab9dd7

RGB 171157215
HSL0.710.420.73
HSV254°27°84°
CMYK 0.200.270.00   0.16
XYZ41.117337.678269.3955
Yxy37.67820.27750.2543
Hunter Lab61.382612.1493-24.0620
CIE-Lab67.782817.0185-27.6626

#ab9dd7 color RGB value is (171,157,215).

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

The process color (four color CMYK) of #ab9dd7 color hex is 0.20, 0.27, 0.00, 0.16. Web safe color of #ab9dd7 is #9999cc. Color #ab9dd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011101 11010111
Octal 253 235 327
Decimal 171 157 215
Hex AB 9D D7

RGB Percentages of Color #ab9dd7

%31.49
%28.91
%39.59

CMYK Percentages of Color #ab9dd7

%20
%27
%0
%16

Triadic Colors of #ab9dd7

#ab9dd7 #d7ab9d #9dd7ab

Analogous Colors of #ab9dd7

#ab9dd7 #c89dd7 #9dacd7

Monochromatic Colors of #ab9dd7

#ab9dd7

Complementary Color

#ab9dd7 #c9d79d

#ab9dd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9dd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9dd7 Color CSS Codes

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

#ab9dd7 Text Font Color

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

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


#ab9dd7 Background Color

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

This div background color is #ab9dd7


#ab9dd7 Border Color

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

This div border color is #ab9dd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9dd7


Comments

No comments written yet.

Please login to write comment.