Color Hex Logo

#ab9ae1 Color Hex

#AB9AE1
(171,154,225)
0 Favorites   0 Comments

Color spaces of #ab9ae1

RGB 171154225
HSL0.710.540.74
HSV254°32°88°
CMYK 0.240.320.00   0.12
XYZ41.940837.205476.2050
Yxy37.20540.27000.2395
Hunter Lab60.996215.9926-31.3760
CIE-Lab67.430821.0433-33.7243

#ab9ae1 color RGB value is (171,154,225).

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

The process color (four color CMYK) of #ab9ae1 color hex is 0.24, 0.32, 0.00, 0.12. Web safe color of #ab9ae1 is #9999cc. Color #ab9ae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011010 11100001
Octal 253 232 341
Decimal 171 154 225
Hex AB 9A E1

RGB Percentages of Color #ab9ae1

%31.09
%28.00
%40.91

CMYK Percentages of Color #ab9ae1

%24
%32
%0
%12

Triadic Colors of #ab9ae1

#ab9ae1 #e1ab9a #9ae1ab

Analogous Colors of #ab9ae1

#ab9ae1 #cf9ae1 #9aade1

Monochromatic Colors of #ab9ae1

#ab9ae1

Complementary Color

#ab9ae1 #d0e19a

#ab9ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9ae1 Color CSS Codes

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

#ab9ae1 Text Font Color

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

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


#ab9ae1 Background Color

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

This div background color is #ab9ae1


#ab9ae1 Border Color

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

This div border color is #ab9ae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9ae1


Comments

No comments written yet.

Please login to write comment.