Color Hex Logo

#ab8aee Color Hex

#AB8AEE
(171,138,238)
0 Favorites   0 Comments

Color spaces of #ab8aee

RGB 171138238
HSL0.720.750.74
HSV260°42°93°
CMYK 0.280.420.00   0.07
XYZ41.315733.007985.0825
Yxy33.00790.25920.2071
Hunter Lab57.452527.8225-47.5869
CIE-Lab64.167333.2096-45.9948

#ab8aee color RGB value is (171,138,238).

#ab8aee hex color red value is 171, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ab8aee hue: 0.72 , saturation: 0.75 and the lightness value of ab8aee is 0.74.

The process color (four color CMYK) of #ab8aee color hex is 0.28, 0.42, 0.00, 0.07. Web safe color of #ab8aee is #9999ff. Color #ab8aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001010 11101110
Octal 253 212 356
Decimal 171 138 238
Hex AB 8A EE

RGB Percentages of Color #ab8aee

%31.26
%25.23
%43.51

CMYK Percentages of Color #ab8aee

%28
%42
%0
%7

Triadic Colors of #ab8aee

#ab8aee #eeab8a #8aeeab

Analogous Colors of #ab8aee

#ab8aee #dd8aee #8a9bee

Monochromatic Colors of #ab8aee

#ab8aee

Complementary Color

#ab8aee #cdee8a

#ab8aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8aee Color CSS Codes

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

#ab8aee Text Font Color

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

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


#ab8aee Background Color

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

This div background color is #ab8aee


#ab8aee Border Color

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

This div border color is #ab8aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8aee


Comments

No comments written yet.

Please login to write comment.