Color Hex Logo

#a38eba Color Hex

#A38EBA
(163,142,186)
0 Favorites   0 Comments

Color spaces of #a38eba

RGB 163142186
HSL0.750.240.64
HSV269°24°73°
CMYK 0.120.240.00   0.27
XYZ33.640230.677750.6027
Yxy30.67770.29270.2669
Hunter Lab55.387511.4860-15.3969
CIE-Lab62.234616.4615-20.0305

#a38eba color RGB value is (163,142,186).

#a38eba hex color red value is 163, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a38eba hue: 0.75 , saturation: 0.24 and the lightness value of a38eba is 0.64.

The process color (four color CMYK) of #a38eba color hex is 0.12, 0.24, 0.00, 0.27. Web safe color of #a38eba is #9999cc. Color #a38eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001110 10111010
Octal 243 216 272
Decimal 163 142 186
Hex A3 8E BA

RGB Percentages of Color #a38eba

%33.20
%28.92
%37.88

CMYK Percentages of Color #a38eba

%12
%24
%0
%27

Triadic Colors of #a38eba

#a38eba #baa38e #8ebaa3

Analogous Colors of #a38eba

#a38eba #b98eba #8e8fba

Monochromatic Colors of #a38eba

#a38eba

Complementary Color

#a38eba #a5ba8e

#a38eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38eba Color CSS Codes

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

#a38eba Text Font Color

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

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


#a38eba Background Color

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

This div background color is #a38eba


#a38eba Border Color

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

This div border color is #a38eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38eba


Comments

No comments written yet.

Please login to write comment.