Color Hex Logo

#aba4eb Color Hex

#ABA4EB
(171,164,235)
0 Favorites   0 Comments

Color spaces of #aba4eb

RGB 171164235
HSL0.680.640.78
HSV246°30°92°
CMYK 0.270.300.00   0.08
XYZ45.065441.207084.1758
Yxy41.20700.26440.2418
Hunter Lab64.192712.9758-32.8120
CIE-Lab70.320717.8146-34.7288

#aba4eb color RGB value is (171,164,235).

#aba4eb hex color red value is 171, green value is 164 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aba4eb hue: 0.68 , saturation: 0.64 and the lightness value of aba4eb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 11101011
Octal 253 244 353
Decimal 171 164 235
Hex AB A4 EB

RGB Percentages of Color #aba4eb

%30.00
%28.77
%41.23

CMYK Percentages of Color #aba4eb

%27
%30
%0
%8

Triadic Colors of #aba4eb

#aba4eb #ebaba4 #a4ebab

Analogous Colors of #aba4eb

#aba4eb #cfa4eb #a4c1eb

Monochromatic Colors of #aba4eb

#aba4eb

Complementary Color

#aba4eb #e4eba4

#aba4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba4eb Color CSS Codes

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

#aba4eb Text Font Color

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

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


#aba4eb Background Color

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

This div background color is #aba4eb


#aba4eb Border Color

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

This div border color is #aba4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba4eb


Comments

No comments written yet.

Please login to write comment.