Color Hex Logo

#ab9dca Color Hex

#AB9DCA
(171,157,202)
0 Favorites   0 Comments

Color spaces of #ab9dca

RGB 171157202
HSL0.720.300.70
HSV259°22°79°
CMYK 0.150.220.00   0.21
XYZ39.512237.036160.9433
Yxy37.03610.28740.2694
Hunter Lab60.85739.3926-16.7737
CIE-Lab67.304114.0956-21.1955

#ab9dca color RGB value is (171,157,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011101 11001010
Octal 253 235 312
Decimal 171 157 202
Hex AB 9D CA

RGB Percentages of Color #ab9dca

%32.26
%29.62
%38.11

CMYK Percentages of Color #ab9dca

%15
%22
%0
%21

Triadic Colors of #ab9dca

#ab9dca #caab9d #9dcaab

Analogous Colors of #ab9dca

#ab9dca #c29dca #9da6ca

Monochromatic Colors of #ab9dca

#ab9dca

Complementary Color

#ab9dca #bcca9d

#ab9dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9dca Color CSS Codes

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

#ab9dca Text Font Color

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

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


#ab9dca Background Color

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

This div background color is #ab9dca


#ab9dca Border Color

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

This div border color is #ab9dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9dca


Comments

No comments written yet.

Please login to write comment.