Color Hex Logo

#a1abbd Color Hex

#A1ABBD
(161,171,189)
0 Favorites   0 Comments

Color spaces of #a1abbd

RGB 161171189
HSL0.610.180.69
HSV219°15°74°
CMYK 0.150.100.00   0.26
XYZ38.446240.377053.9113
Yxy40.37700.28960.3042
Hunter Lab63.5429-3.1999-5.8230
CIE-Lab69.73720.2216-10.4003

#a1abbd color RGB value is (161,171,189).

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

The process color (four color CMYK) of #a1abbd color hex is 0.15, 0.10, 0.00, 0.26. Web safe color of #a1abbd is #9999cc. Color #a1abbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101011 10111101
Octal 241 253 275
Decimal 161 171 189
Hex A1 AB BD

RGB Percentages of Color #a1abbd

%30.90
%32.82
%36.28

CMYK Percentages of Color #a1abbd

%15
%10
%0
%26

Triadic Colors of #a1abbd

#a1abbd #bda1ab #abbda1

Analogous Colors of #a1abbd

#a1abbd #a5a1bd #a1b9bd

Monochromatic Colors of #a1abbd

#a1abbd

Complementary Color

#a1abbd #bdb3a1

#a1abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1abbd Color CSS Codes

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

#a1abbd Text Font Color

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

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


#a1abbd Background Color

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

This div background color is #a1abbd


#a1abbd Border Color

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

This div border color is #a1abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1abbd


Comments

No comments written yet.

Please login to write comment.