Color Hex Logo

#a28eba Color Hex

#A28EBA
(162,142,186)
0 Favorites   0 Comments

Color spaces of #a28eba

RGB 162142186
HSL0.740.240.64
HSV267°24°73°
CMYK 0.130.240.00   0.27
XYZ33.436230.572650.5932
Yxy30.57260.29180.2668
Hunter Lab55.292511.1798-15.5462
CIE-Lab62.145216.1307-20.1750

#a28eba color RGB value is (162,142,186).

#a28eba hex color red value is 162, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a28eba hue: 0.74 , saturation: 0.24 and the lightness value of a28eba is 0.64.

The process color (four color CMYK) of #a28eba color hex is 0.13, 0.24, 0.00, 0.27. Web safe color of #a28eba is #9999cc. Color #a28eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001110 10111010
Octal 242 216 272
Decimal 162 142 186
Hex A2 8E BA

RGB Percentages of Color #a28eba

%33.06
%28.98
%37.96

CMYK Percentages of Color #a28eba

%13
%24
%0
%27

Triadic Colors of #a28eba

#a28eba #baa28e #8ebaa2

Analogous Colors of #a28eba

#a28eba #b88eba #8e90ba

Monochromatic Colors of #a28eba

#a28eba

Complementary Color

#a28eba #a6ba8e

#a28eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28eba Color CSS Codes

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

#a28eba Text Font Color

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

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


#a28eba Background Color

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

This div background color is #a28eba


#a28eba Border Color

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

This div border color is #a28eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28eba


Comments

No comments written yet.

Please login to write comment.