Color Hex Logo

#ab1aee Color Hex

#AB1AEE
(171,26,238)
0 Favorites   0 Comments

Color spaces of #ab1aee

RGB 17126238
HSL0.780.860.52
HSV281°89°93°
CMYK 0.280.890.00   0.07
XYZ32.596615.569882.1762
Yxy15.56980.25010.1195
Hunter Lab39.458678.4057-95.8560
CIE-Lab46.404980.9970-74.4977

#ab1aee color RGB value is (171,26,238).

#ab1aee hex color red value is 171, green value is 26 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ab1aee hue: 0.78 , saturation: 0.86 and the lightness value of ab1aee is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011010 11101110
Octal 253 32 356
Decimal 171 26 238
Hex AB 1A EE

RGB Percentages of Color #ab1aee

%39.31
%5.98
%54.71

CMYK Percentages of Color #ab1aee

%28
%89
%0
%7

Triadic Colors of #ab1aee

#ab1aee #eeab1a #1aeeab

Analogous Colors of #ab1aee

#ab1aee #ee1ac7 #411aee

Monochromatic Colors of #ab1aee

#ab1aee

Complementary Color

#ab1aee #5dee1a

#ab1aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1aee Color CSS Codes

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

#ab1aee Text Font Color

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

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


#ab1aee Background Color

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

This div background color is #ab1aee


#ab1aee Border Color

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

This div border color is #ab1aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1aee


Comments

No comments written yet.

Please login to write comment.