Color Hex Logo

#a39adc Color Hex

#A39ADC
(163,154,220)
0 Favorites   0 Comments

Color spaces of #a39adc

RGB 163154220
HSL0.690.490.73
HSV248°30°86°
CMYK 0.260.300.00   0.14
XYZ39.578136.065072.5854
Yxy36.06500.26700.2433
Hunter Lab60.054112.5439-29.6239
CIE-Lab66.569617.4691-32.3522

#a39adc color RGB value is (163,154,220).

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

The process color (four color CMYK) of #a39adc color hex is 0.26, 0.30, 0.00, 0.14. Web safe color of #a39adc is #9999cc. Color #a39adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011010 11011100
Octal 243 232 334
Decimal 163 154 220
Hex A3 9A DC

RGB Percentages of Color #a39adc

%30.35
%28.68
%40.97

CMYK Percentages of Color #a39adc

%26
%30
%0
%14

Triadic Colors of #a39adc

#a39adc #dca39a #9adca3

Analogous Colors of #a39adc

#a39adc #c49adc #9ab2dc

Monochromatic Colors of #a39adc

#a39adc

Complementary Color

#a39adc #d3dc9a

#a39adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39adc Color CSS Codes

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

#a39adc Text Font Color

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

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


#a39adc Background Color

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

This div background color is #a39adc


#a39adc Border Color

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

This div border color is #a39adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39adc


Comments

No comments written yet.

Please login to write comment.