Color Hex Logo

#a399dd Color Hex

#A399DD
(163,153,221)
0 Favorites   0 Comments

Color spaces of #a399dd

RGB 163153221
HSL0.690.500.73
HSV249°31°87°
CMYK 0.260.310.00   0.13
XYZ39.546635.789573.2303
Yxy35.78950.26620.2409
Hunter Lab59.824313.3040-30.6992
CIE-Lab66.358818.2786-33.2315

#a399dd color RGB value is (163,153,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011001 11011101
Octal 243 231 335
Decimal 163 153 221
Hex A3 99 DD

RGB Percentages of Color #a399dd

%30.35
%28.49
%41.15

CMYK Percentages of Color #a399dd

%26
%31
%0
%13

Triadic Colors of #a399dd

#a399dd #dda399 #99dda3

Analogous Colors of #a399dd

#a399dd #c599dd #99b1dd

Monochromatic Colors of #a399dd

#a399dd

Complementary Color

#a399dd #d3dd99

#a399dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a399dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a399dd Color CSS Codes

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

#a399dd Text Font Color

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

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


#a399dd Background Color

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

This div background color is #a399dd


#a399dd Border Color

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

This div border color is #a399dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a399dd


Comments

No comments written yet.

Please login to write comment.