Color Hex Logo

#a28ab2 Color Hex

#A28AB2
(162,138,178)
0 Favorites   0 Comments

Color spaces of #a28ab2

RGB 162138178
HSL0.770.210.62
HSV276°22°70°
CMYK 0.090.220.00   0.30
XYZ32.024729.072746.0432
Yxy29.07270.29890.2714
Hunter Lab53.919111.6598-12.8862
CIE-Lab60.845716.6933-17.6250

#a28ab2 color RGB value is (162,138,178).

#a28ab2 hex color red value is 162, green value is 138 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #a28ab2 hue: 0.77 , saturation: 0.21 and the lightness value of a28ab2 is 0.62.

The process color (four color CMYK) of #a28ab2 color hex is 0.09, 0.22, 0.00, 0.30. Web safe color of #a28ab2 is #999999. Color #a28ab2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001010 10110010
Octal 242 212 262
Decimal 162 138 178
Hex A2 8A B2

RGB Percentages of Color #a28ab2

%33.89
%28.87
%37.24

CMYK Percentages of Color #a28ab2

%9
%22
%0
%30

Triadic Colors of #a28ab2

#a28ab2 #b2a28a #8ab2a2

Analogous Colors of #a28ab2

#a28ab2 #b28aae #8e8ab2

Monochromatic Colors of #a28ab2

#a28ab2

Complementary Color

#a28ab2 #9ab28a

#a28ab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28ab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28ab2 Color CSS Codes

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

#a28ab2 Text Font Color

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

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


#a28ab2 Background Color

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

This div background color is #a28ab2


#a28ab2 Border Color

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

This div border color is #a28ab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28ab2


Comments

No comments written yet.

Please login to write comment.