Color Hex Logo

#a28adb Color Hex

#A28ADB
(162,138,219)
0 Favorites   0 Comments

Color spaces of #a28adb

RGB 162138219
HSL0.720.530.70
HSV258°37°86°
CMYK 0.260.370.00   0.14
XYZ36.775030.972871.0579
Yxy30.97280.26490.2231
Hunter Lab55.653220.5576-36.7441
CIE-Lab62.484726.0451-38.1608

#a28adb color RGB value is (162,138,219).

#a28adb hex color red value is 162, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a28adb hue: 0.72 , saturation: 0.53 and the lightness value of a28adb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001010 11011011
Octal 242 212 333
Decimal 162 138 219
Hex A2 8A DB

RGB Percentages of Color #a28adb

%31.21
%26.59
%42.20

CMYK Percentages of Color #a28adb

%26
%37
%0
%14

Triadic Colors of #a28adb

#a28adb #dba28a #8adba2

Analogous Colors of #a28adb

#a28adb #cb8adb #8a9bdb

Monochromatic Colors of #a28adb

#a28adb

Complementary Color

#a28adb #c3db8a

#a28adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28adb Color CSS Codes

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

#a28adb Text Font Color

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

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


#a28adb Background Color

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

This div background color is #a28adb


#a28adb Border Color

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

This div border color is #a28adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28adb


Comments

No comments written yet.

Please login to write comment.