Color Hex Logo

#aba0e1 Color Hex

#ABA0E1
(171,160,225)
0 Favorites   0 Comments

Color spaces of #aba0e1

RGB 171160225
HSL0.690.520.75
HSV250°29°88°
CMYK 0.240.290.00   0.12
XYZ42.956039.235876.5434
Yxy39.23580.27060.2472
Hunter Lab62.638512.7937-28.6047
CIE-Lab68.921717.6640-31.4163

#aba0e1 color RGB value is (171,160,225).

#aba0e1 hex color red value is 171, green value is 160 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #aba0e1 hue: 0.69 , saturation: 0.52 and the lightness value of aba0e1 is 0.75.

The process color (four color CMYK) of #aba0e1 color hex is 0.24, 0.29, 0.00, 0.12. Web safe color of #aba0e1 is #9999cc. Color #aba0e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 11100001
Octal 253 240 341
Decimal 171 160 225
Hex AB A0 E1

RGB Percentages of Color #aba0e1

%30.76
%28.78
%40.47

CMYK Percentages of Color #aba0e1

%24
%29
%0
%12

Triadic Colors of #aba0e1

#aba0e1 #e1aba0 #a0e1ab

Analogous Colors of #aba0e1

#aba0e1 #cca0e1 #a0b6e1

Monochromatic Colors of #aba0e1

#aba0e1

Complementary Color

#aba0e1 #d6e1a0

#aba0e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba0e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba0e1 Color CSS Codes

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

#aba0e1 Text Font Color

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

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


#aba0e1 Background Color

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

This div background color is #aba0e1


#aba0e1 Border Color

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

This div border color is #aba0e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba0e1


Comments

No comments written yet.

Please login to write comment.