Color Hex Logo

#ab4aee Color Hex

#AB4AEE
(171,74,238)
0 Favorites   0 Comments

Color spaces of #ab4aee

RGB 17174238
HSL0.770.830.61
HSV275°69°93°
CMYK 0.280.690.00   0.07
XYZ34.676019.728582.8693
Yxy19.72850.25260.1437
Hunter Lab44.416861.6249-79.5268
CIE-Lab51.528866.2004-66.1739

#ab4aee color RGB value is (171,74,238).

#ab4aee hex color red value is 171, green value is 74 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ab4aee hue: 0.77 , saturation: 0.83 and the lightness value of ab4aee is 0.61.

The process color (four color CMYK) of #ab4aee color hex is 0.28, 0.69, 0.00, 0.07. Web safe color of #ab4aee is #9933ff. Color #ab4aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001010 11101110
Octal 253 112 356
Decimal 171 74 238
Hex AB 4A EE

RGB Percentages of Color #ab4aee

%35.40
%15.32
%49.28

CMYK Percentages of Color #ab4aee

%28
%69
%0
%7

Triadic Colors of #ab4aee

#ab4aee #eeab4a #4aeeab

Analogous Colors of #ab4aee

#ab4aee #ee4adf #594aee

Monochromatic Colors of #ab4aee

#ab4aee

Complementary Color

#ab4aee #8dee4a

#ab4aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4aee Color CSS Codes

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

#ab4aee Text Font Color

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

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


#ab4aee Background Color

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

This div background color is #ab4aee


#ab4aee Border Color

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

This div border color is #ab4aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4aee


Comments

No comments written yet.

Please login to write comment.