Color Hex Logo

#a28dcd Color Hex

#A28DCD
(162,141,205)
0 Favorites   0 Comments

Color spaces of #a28dcd

RGB 162141205
HSL0.720.390.68
HSV260°31°80°
CMYK 0.210.310.00   0.20
XYZ35.444631.138961.8999
Yxy31.13890.27590.2424
Hunter Lab55.802215.7261-26.7072
CIE-Lab62.624720.9938-30.1214

#a28dcd color RGB value is (162,141,205).

#a28dcd hex color red value is 162, green value is 141 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a28dcd hue: 0.72 , saturation: 0.39 and the lightness value of a28dcd is 0.68.

The process color (four color CMYK) of #a28dcd color hex is 0.21, 0.31, 0.00, 0.20. Web safe color of #a28dcd is #9999cc. Color #a28dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001101 11001101
Octal 242 215 315
Decimal 162 141 205
Hex A2 8D CD

RGB Percentages of Color #a28dcd

%31.89
%27.76
%40.35

CMYK Percentages of Color #a28dcd

%21
%31
%0
%20

Triadic Colors of #a28dcd

#a28dcd #cda28d #8dcda2

Analogous Colors of #a28dcd

#a28dcd #c28dcd #8d98cd

Monochromatic Colors of #a28dcd

#a28dcd

Complementary Color

#a28dcd #b8cd8d

#a28dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28dcd Color CSS Codes

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

#a28dcd Text Font Color

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

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


#a28dcd Background Color

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

This div background color is #a28dcd


#a28dcd Border Color

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

This div border color is #a28dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28dcd


Comments

No comments written yet.

Please login to write comment.