Color Hex Logo

#aba5ed Color Hex

#ABA5ED
(171,165,237)
2 Favorites   1 Comments

Color spaces of #aba5ed

RGB 171165237
HSL0.680.670.79
HSV245°30°93°
CMYK 0.280.300.00   0.07
XYZ45.535841.682685.7663
Yxy41.68260.26320.2410
Hunter Lab64.562112.9129-33.5693
CIE-Lab70.651517.7405-35.3073

#aba5ed color RGB value is (171,165,237).

#aba5ed hex color red value is 171, green value is 165 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aba5ed hue: 0.68 , saturation: 0.67 and the lightness value of aba5ed is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 11101101
Octal 253 245 355
Decimal 171 165 237
Hex AB A5 ED

RGB Percentages of Color #aba5ed

%29.84
%28.80
%41.36

CMYK Percentages of Color #aba5ed

%28
%30
%0
%7

Triadic Colors of #aba5ed

#aba5ed #edaba5 #a5edab

Analogous Colors of #aba5ed

#aba5ed #cfa5ed #a5c3ed

Monochromatic Colors of #aba5ed

#aba5ed

Complementary Color

#aba5ed #e7eda5

#aba5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba5ed Color CSS Codes

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

#aba5ed Text Font Color

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

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


#aba5ed Background Color

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

This div background color is #aba5ed


#aba5ed Border Color

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

This div border color is #aba5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba5ed


Comments

14 Oct 2015, 17:41 ErulasseAranel

"abased"

Please login to write comment.