Color Hex Logo

#a39bde Color Hex

#A39BDE
(163,155,222)
0 Favorites   0 Comments

Color spaces of #a39bde

RGB 163155222
HSL0.690.500.74
HSV247°30°87°
CMYK 0.270.300.00   0.13
XYZ40.010436.503174.0443
Yxy36.50310.26570.2425
Hunter Lab60.417812.4767-30.3697
CIE-Lab66.902617.3883-32.9408

#a39bde color RGB value is (163,155,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011011 11011110
Octal 243 233 336
Decimal 163 155 222
Hex A3 9B DE

RGB Percentages of Color #a39bde

%30.19
%28.70
%41.11

CMYK Percentages of Color #a39bde

%27
%30
%0
%13

Triadic Colors of #a39bde

#a39bde #dea39b #9bdea3

Analogous Colors of #a39bde

#a39bde #c59bde #9bb5de

Monochromatic Colors of #a39bde

#a39bde

Complementary Color

#a39bde #d6de9b

#a39bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39bde Color CSS Codes

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

#a39bde Text Font Color

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

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


#a39bde Background Color

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

This div background color is #a39bde


#a39bde Border Color

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

This div border color is #a39bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,155,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39bde


Comments

No comments written yet.

Please login to write comment.