Color Hex Logo

#aba1ea Color Hex

#ABA1EA
(171,161,234)
0 Favorites   0 Comments

Color spaces of #aba1ea

RGB 171161234
HSL0.690.630.77
HSV248°31°92°
CMYK 0.270.310.00   0.08
XYZ44.390740.088283.2400
Yxy40.08820.26470.2390
Hunter Lab63.315214.3458-33.6274
CIE-Lab69.532319.2573-35.4054

#aba1ea color RGB value is (171,161,234).

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

The process color (four color CMYK) of #aba1ea color hex is 0.27, 0.31, 0.00, 0.08. Web safe color of #aba1ea is #9999ff. Color #aba1ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 11101010
Octal 253 241 352
Decimal 171 161 234
Hex AB A1 EA

RGB Percentages of Color #aba1ea

%30.21
%28.45
%41.34

CMYK Percentages of Color #aba1ea

%27
%31
%0
%8

Triadic Colors of #aba1ea

#aba1ea #eaaba1 #a1eaab

Analogous Colors of #aba1ea

#aba1ea #d0a1ea #a1bcea

Monochromatic Colors of #aba1ea

#aba1ea

Complementary Color

#aba1ea #e0eaa1

#aba1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba1ea Color CSS Codes

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

#aba1ea Text Font Color

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

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


#aba1ea Background Color

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

This div background color is #aba1ea


#aba1ea Border Color

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

This div border color is #aba1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba1ea


Comments

No comments written yet.

Please login to write comment.