Color Hex Logo

#a38adc Color Hex

#A38ADC
(163,138,220)
0 Favorites   0 Comments

Color spaces of #a38adc

RGB 163138220
HSL0.720.540.70
HSV258°37°86°
CMYK 0.260.370.00   0.14
XYZ37.111031.130871.7630
Yxy31.13080.26510.2224
Hunter Lab55.795021.0848-37.2018
CIE-Lab62.617926.5771-38.5030

#a38adc color RGB value is (163,138,220).

#a38adc hex color red value is 163, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a38adc hue: 0.72 , saturation: 0.54 and the lightness value of a38adc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001010 11011100
Octal 243 212 334
Decimal 163 138 220
Hex A3 8A DC

RGB Percentages of Color #a38adc

%31.29
%26.49
%42.23

CMYK Percentages of Color #a38adc

%26
%37
%0
%14

Triadic Colors of #a38adc

#a38adc #dca38a #8adca3

Analogous Colors of #a38adc

#a38adc #cc8adc #8a9adc

Monochromatic Colors of #a38adc

#a38adc

Complementary Color

#a38adc #c3dc8a

#a38adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38adc Color CSS Codes

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

#a38adc Text Font Color

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

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


#a38adc Background Color

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

This div background color is #a38adc


#a38adc Border Color

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

This div border color is #a38adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38adc


Comments

No comments written yet.

Please login to write comment.