color codes Logo

#ab8edb color codes

#AB8EDB
(171,142,219)
0 Favorites   0 Comments

Color spaces of #ab8edb

RGB 171142219
HSL0.730.520.71
HSV263°35°86°
CMYK 0.220.350.00   0.14
XYZ39.253833.118471.3414
Yxy33.11840.27310.2304
Hunter Lab57.548621.0445-33.2162
CIE-Lab64.256726.4159-35.3361

#ab8edb color RGB value is (171,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001110 11011011
Octal 253 216 333
Decimal 171 142 219
Hex AB 8E DB

RGB Percentages of Color #ab8edb

%32.14
%26.69
%41.17

CMYK Percentages of Color #ab8edb

%22
%35
%0
%14

Triadic Colors of #ab8edb

#ab8edb #dbab8e #8edbab

Analogous Colors of #ab8edb

#ab8edb #d28edb #8e98db

Monochromatic Colors of #ab8edb

#ab8edb

Complementary Color

#ab8edb #bedb8e

#ab8edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8edb Color CSS Codes

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

#ab8edb Text Font Color

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

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


#ab8edb Background Color

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

This div background color is #ab8edb


#ab8edb Border Color

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

This div border color is #ab8edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,142,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 #ab8edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8edb


Comments

No comments written yet.

Please login to write comment.