Color Hex Logo

#ab9bdc Color Hex

#AB9BDC
(171,155,220)
0 Favorites   0 Comments

Color spaces of #ab9bdc

RGB 171155220
HSL0.710.480.74
HSV255°30°86°
CMYK 0.220.300.00   0.14
XYZ41.434237.267972.7198
Yxy37.26790.27360.2461
Hunter Lab61.047414.3187-27.8931
CIE-Lab67.477519.3032-30.8945

#ab9bdc color RGB value is (171,155,220).

#ab9bdc hex color red value is 171, green value is 155 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ab9bdc hue: 0.71 , saturation: 0.48 and the lightness value of ab9bdc is 0.74.

The process color (four color CMYK) of #ab9bdc color hex is 0.22, 0.30, 0.00, 0.14. Web safe color of #ab9bdc is #9999cc. Color #ab9bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011011 11011100
Octal 253 233 334
Decimal 171 155 220
Hex AB 9B DC

RGB Percentages of Color #ab9bdc

%31.32
%28.39
%40.29

CMYK Percentages of Color #ab9bdc

%22
%30
%0
%14

Triadic Colors of #ab9bdc

#ab9bdc #dcab9b #9bdcab

Analogous Colors of #ab9bdc

#ab9bdc #cc9bdc #9bacdc

Monochromatic Colors of #ab9bdc

#ab9bdc

Complementary Color

#ab9bdc #ccdc9b

#ab9bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9bdc Color CSS Codes

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

#ab9bdc Text Font Color

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

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


#ab9bdc Background Color

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

This div background color is #ab9bdc


#ab9bdc Border Color

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

This div border color is #ab9bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9bdc


Comments

No comments written yet.

Please login to write comment.