Color Hex Logo

#a289dd Color Hex

#A289DD
(162,137,221)
0 Favorites   0 Comments

Color spaces of #a289dd

RGB 162137221
HSL0.720.550.70
HSV258°38°87°
CMYK 0.270.380.00   0.13
XYZ36.897130.793272.4056
Yxy30.79320.26340.2198
Hunter Lab55.491621.5766-38.5176
CIE-Lab62.332727.1030-39.5128

#a289dd color RGB value is (162,137,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001001 11011101
Octal 242 211 335
Decimal 162 137 221
Hex A2 89 DD

RGB Percentages of Color #a289dd

%31.15
%26.35
%42.50

CMYK Percentages of Color #a289dd

%27
%38
%0
%13

Triadic Colors of #a289dd

#a289dd #dda289 #89dda2

Analogous Colors of #a289dd

#a289dd #cc89dd #899add

Monochromatic Colors of #a289dd

#a289dd

Complementary Color

#a289dd #c4dd89

#a289dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a289dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a289dd Color CSS Codes

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

#a289dd Text Font Color

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

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


#a289dd Background Color

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

This div background color is #a289dd


#a289dd Border Color

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

This div border color is #a289dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a289dd


Comments

No comments written yet.

Please login to write comment.