Color Hex Logo

#a299dd Color Hex

#A299DD
(162,153,221)
0 Favorites   0 Comments

Color spaces of #a299dd

RGB 162153221
HSL0.690.500.73
HSV248°31°87°
CMYK 0.270.310.00   0.13
XYZ39.342735.684373.2208
Yxy35.68430.26540.2407
Hunter Lab59.736313.0226-30.8583
CIE-Lab66.278017.9841-33.3632

#a299dd color RGB value is (162,153,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011001 11011101
Octal 242 231 335
Decimal 162 153 221
Hex A2 99 DD

RGB Percentages of Color #a299dd

%30.22
%28.54
%41.23

CMYK Percentages of Color #a299dd

%27
%31
%0
%13

Triadic Colors of #a299dd

#a299dd #dda299 #99dda2

Analogous Colors of #a299dd

#a299dd #c499dd #99b2dd

Monochromatic Colors of #a299dd

#a299dd

Complementary Color

#a299dd #d4dd99

#a299dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a299dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a299dd Color CSS Codes

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

#a299dd Text Font Color

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

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


#a299dd Background Color

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

This div background color is #a299dd


#a299dd Border Color

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

This div border color is #a299dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a299dd

#a299dd Color Palettes


Comments

No comments written yet.

Please login to write comment.