Color Hex Logo

#a2abbd Color Hex

#A2ABBD
(162,171,189)
0 Favorites   0 Comments

Color spaces of #a2abbd

RGB 162171189
HSL0.610.170.69
HSV220°14°74°
CMYK 0.140.100.00   0.26
XYZ38.648540.481353.9208
Yxy40.48130.29050.3043
Hunter Lab63.6249-2.9151-5.7096
CIE-Lab69.81100.5511-10.2825

#a2abbd color RGB value is (162,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101011 10111101
Octal 242 253 275
Decimal 162 171 189
Hex A2 AB BD

RGB Percentages of Color #a2abbd

%31.03
%32.76
%36.21

CMYK Percentages of Color #a2abbd

%14
%10
%0
%26

Triadic Colors of #a2abbd

#a2abbd #bda2ab #abbda2

Analogous Colors of #a2abbd

#a2abbd #a7a2bd #a2b9bd

Monochromatic Colors of #a2abbd

#a2abbd

Complementary Color

#a2abbd #bdb4a2

#a2abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2abbd Color CSS Codes

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

#a2abbd Text Font Color

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

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


#a2abbd Background Color

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

This div background color is #a2abbd


#a2abbd Border Color

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

This div border color is #a2abbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,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 #a2abbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2abbd


Comments

No comments written yet.

Please login to write comment.