Color Hex Logo

#a28dda Color Hex

#A28DDA
(162,141,218)
0 Favorites   0 Comments

Color spaces of #a28dda

RGB 162141218
HSL0.710.510.70
HSV256°35°85°
CMYK 0.260.350.00   0.15
XYZ37.080131.793170.5120
Yxy31.79310.26600.2281
Hunter Lab56.385418.7106-34.6746
CIE-Lab63.171524.0893-36.5312

#a28dda color RGB value is (162,141,218).

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

The process color (four color CMYK) of #a28dda color hex is 0.26, 0.35, 0.00, 0.15. Web safe color of #a28dda is #9999cc. Color #a28dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001101 11011010
Octal 242 215 332
Decimal 162 141 218
Hex A2 8D DA

RGB Percentages of Color #a28dda

%31.09
%27.06
%41.84

CMYK Percentages of Color #a28dda

%26
%35
%0
%15

Triadic Colors of #a28dda

#a28dda #daa28d #8ddaa2

Analogous Colors of #a28dda

#a28dda #c98dda #8d9fda

Monochromatic Colors of #a28dda

#a28dda

Complementary Color

#a28dda #c5da8d

#a28dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28dda Color CSS Codes

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

#a28dda Text Font Color

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

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


#a28dda Background Color

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

This div background color is #a28dda


#a28dda Border Color

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

This div border color is #a28dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28dda


Comments

No comments written yet.

Please login to write comment.