Color Hex Logo

#a28bdb Color Hex

#A28BDB
(162,139,219)
0 Favorites   0 Comments

Color spaces of #a28bdb

RGB 162139219
HSL0.710.530.70
HSV257°37°86°
CMYK 0.260.370.00   0.14
XYZ36.919131.261171.1060
Yxy31.26110.26510.2244
Hunter Lab55.911620.0203-36.2643
CIE-Lab62.727425.4739-37.7814

#a28bdb color RGB value is (162,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001011 11011011
Octal 242 213 333
Decimal 162 139 219
Hex A2 8B DB

RGB Percentages of Color #a28bdb

%31.15
%26.73
%42.12

CMYK Percentages of Color #a28bdb

%26
%37
%0
%14

Triadic Colors of #a28bdb

#a28bdb #dba28b #8bdba2

Analogous Colors of #a28bdb

#a28bdb #ca8bdb #8b9cdb

Monochromatic Colors of #a28bdb

#a28bdb

Complementary Color

#a28bdb #c4db8b

#a28bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28bdb Color CSS Codes

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

#a28bdb Text Font Color

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

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


#a28bdb Background Color

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

This div background color is #a28bdb


#a28bdb Border Color

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

This div border color is #a28bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28bdb


Comments

No comments written yet.

Please login to write comment.