Color Hex Logo

#aba1ee Color Hex

#ABA1EE
(171,161,238)
0 Favorites   0 Comments

Color spaces of #aba1ee

RGB 171161238
HSL0.690.690.78
HSV248°32°93°
CMYK 0.280.320.00   0.07
XYZ44.972140.320786.3013
Yxy40.32070.26210.2350
Hunter Lab63.498615.2979-36.1324
CIE-Lab69.697320.2322-37.3357

#aba1ee color RGB value is (171,161,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 11101110
Octal 253 241 356
Decimal 171 161 238
Hex AB A1 EE

RGB Percentages of Color #aba1ee

%30.00
%28.25
%41.75

CMYK Percentages of Color #aba1ee

%28
%32
%0
%7

Triadic Colors of #aba1ee

#aba1ee #eeaba1 #a1eeab

Analogous Colors of #aba1ee

#aba1ee #d2a1ee #a1beee

Monochromatic Colors of #aba1ee

#aba1ee

Complementary Color

#aba1ee #e4eea1

#aba1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba1ee Color CSS Codes

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

#aba1ee Text Font Color

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

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


#aba1ee Background Color

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

This div background color is #aba1ee


#aba1ee Border Color

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

This div border color is #aba1ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba1ee


Comments

No comments written yet.

Please login to write comment.