Color Hex Logo

#a284dd Color Hex

#A284DD
(162,132,221)
0 Favorites   0 Comments

Color spaces of #a284dd

RGB 162132221
HSL0.720.570.69
HSV260°40°87°
CMYK 0.270.400.00   0.13
XYZ36.202729.404472.1741
Yxy29.40440.26280.2134
Hunter Lab54.225824.2765-40.9564
CIE-Lab61.136929.9546-41.3882

#a284dd color RGB value is (162,132,221).

#a284dd hex color red value is 162, green value is 132 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a284dd hue: 0.72 , saturation: 0.57 and the lightness value of a284dd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000100 11011101
Octal 242 204 335
Decimal 162 132 221
Hex A2 84 DD

RGB Percentages of Color #a284dd

%31.46
%25.63
%42.91

CMYK Percentages of Color #a284dd

%27
%40
%0
%13

Triadic Colors of #a284dd

#a284dd #dda284 #84dda2

Analogous Colors of #a284dd

#a284dd #cf84dd #8493dd

Monochromatic Colors of #a284dd

#a284dd

Complementary Color

#a284dd #bfdd84

#a284dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a284dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a284dd Color CSS Codes

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

#a284dd Text Font Color

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

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


#a284dd Background Color

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

This div background color is #a284dd


#a284dd Border Color

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

This div border color is #a284dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a284dd


Comments

No comments written yet.

Please login to write comment.