Color Hex Logo

#ab8fdb Color Hex

#AB8FDB
(171,143,219)
0 Favorites   0 Comments

Color spaces of #ab8fdb

RGB 171143219
HSL0.730.510.71
HSV262°35°86°
CMYK 0.220.350.00   0.14
XYZ39.403233.417371.3912
Yxy33.41730.27320.2317
Hunter Lab57.807720.5067-32.7564
CIE-Lab64.497425.8501-34.9614

#ab8fdb color RGB value is (171,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001111 11011011
Octal 253 217 333
Decimal 171 143 219
Hex AB 8F DB

RGB Percentages of Color #ab8fdb

%32.08
%26.83
%41.09

CMYK Percentages of Color #ab8fdb

%22
%35
%0
%14

Triadic Colors of #ab8fdb

#ab8fdb #dbab8f #8fdbab

Analogous Colors of #ab8fdb

#ab8fdb #d18fdb #8f99db

Monochromatic Colors of #ab8fdb

#ab8fdb

Complementary Color

#ab8fdb #bfdb8f

#ab8fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8fdb Color CSS Codes

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

#ab8fdb Text Font Color

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

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


#ab8fdb Background Color

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

This div background color is #ab8fdb


#ab8fdb Border Color

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

This div border color is #ab8fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8fdb


Comments

No comments written yet.

Please login to write comment.