Color Hex Logo

#a2abea Color Hex

#A2ABEA
(162,171,234)
0 Favorites   0 Comments

Color spaces of #a2abea

RGB 162171234
HSL0.650.630.78
HSV233°31°92°
CMYK 0.310.270.00   0.08
XYZ44.314542.747783.7574
Yxy42.74770.25940.2503
Hunter Lab65.38176.5659-30.1864
CIE-Lab71.383411.0564-32.5920

#a2abea color RGB value is (162,171,234).

#a2abea hex color red value is 162, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a2abea hue: 0.65 , saturation: 0.63 and the lightness value of a2abea is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101011 11101010
Octal 242 253 352
Decimal 162 171 234
Hex A2 AB EA

RGB Percentages of Color #a2abea

%28.57
%30.16
%41.27

CMYK Percentages of Color #a2abea

%31
%27
%0
%8

Triadic Colors of #a2abea

#a2abea #eaa2ab #abeaa2

Analogous Colors of #a2abea

#a2abea #bda2ea #a2cfea

Monochromatic Colors of #a2abea

#a2abea

Complementary Color

#a2abea #eae1a2

#a2abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2abea Color CSS Codes

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

#a2abea Text Font Color

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

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


#a2abea Background Color

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

This div background color is #a2abea


#a2abea Border Color

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

This div border color is #a2abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2abea


Comments

No comments written yet.

Please login to write comment.