Color Hex Logo

#ab9eff Color Hex

#AB9EFF
(171,158,255)
0 Favorites   0 Comments

Color spaces of #ab9eff

RGB 171158255
HSL0.691.000.81
HSV248°38°100°
CMYK 0.330.380.00   0.00
XYZ47.071440.331699.9116
Yxy40.33160.25130.2153
Hunter Lab63.507221.1664-48.8220
CIE-Lab69.705126.1694-46.5815

#ab9eff color RGB value is (171,158,255).

#ab9eff hex color red value is 171, green value is 158 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ab9eff hue: 0.69 , saturation: 1.00 and the lightness value of ab9eff is 0.81.

The process color (four color CMYK) of #ab9eff color hex is 0.33, 0.38, 0.00, 0.00. Web safe color of #ab9eff is #9999ff. Color #ab9eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011110 11111111
Octal 253 236 377
Decimal 171 158 255
Hex AB 9E FF

RGB Percentages of Color #ab9eff

%29.28
%27.05
%43.66

CMYK Percentages of Color #ab9eff

%33
%38
%0
%0

Triadic Colors of #ab9eff

#ab9eff #ffab9e #9effab

Analogous Colors of #ab9eff

#ab9eff #dc9eff #9ec2ff

Monochromatic Colors of #ab9eff

#ab9eff

Complementary Color

#ab9eff #f2ff9e

#ab9eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9eff Color CSS Codes

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

#ab9eff Text Font Color

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

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


#ab9eff Background Color

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

This div background color is #ab9eff


#ab9eff Border Color

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

This div border color is #ab9eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9eff

Related Colors


Comments

No comments written yet.

Please login to write comment.