Color Hex Logo

#a28ddd Color Hex

#A28DDD
(162,141,221)
0 Favorites   0 Comments

Color spaces of #a28ddd

RGB 162141221
HSL0.710.540.71
HSV256°36°87°
CMYK 0.270.360.00   0.13
XYZ37.476331.951672.5987
Yxy31.95160.26390.2250
Hunter Lab56.525719.4246-36.5809
CIE-Lab63.302924.8198-37.9951

#a28ddd color RGB value is (162,141,221).

#a28ddd hex color red value is 162, green value is 141 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a28ddd hue: 0.71 , saturation: 0.54 and the lightness value of a28ddd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001101 11011101
Octal 242 215 335
Decimal 162 141 221
Hex A2 8D DD

RGB Percentages of Color #a28ddd

%30.92
%26.91
%42.18

CMYK Percentages of Color #a28ddd

%27
%36
%0
%13

Triadic Colors of #a28ddd

#a28ddd #dda28d #8ddda2

Analogous Colors of #a28ddd

#a28ddd #ca8ddd #8da0dd

Monochromatic Colors of #a28ddd

#a28ddd

Complementary Color

#a28ddd #c8dd8d

#a28ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28ddd Color CSS Codes

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

#a28ddd Text Font Color

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

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


#a28ddd Background Color

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

This div background color is #a28ddd


#a28ddd Border Color

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

This div border color is #a28ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28ddd


Comments

No comments written yet.

Please login to write comment.