Color Hex Logo

#a38bbd Color Hex

#A38BBD
(163,139,189)
0 Favorites   0 Comments

Color spaces of #a38bbd

RGB 163139189
HSL0.750.270.64
HSV269°26°74°
CMYK 0.140.260.00   0.26
XYZ33.522229.925952.1536
Yxy29.92590.29000.2589
Hunter Lab54.704613.6493-18.2320
CIE-Lab61.590218.8250-22.7083

#a38bbd color RGB value is (163,139,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001011 10111101
Octal 243 213 275
Decimal 163 139 189
Hex A3 8B BD

RGB Percentages of Color #a38bbd

%33.20
%28.31
%38.49

CMYK Percentages of Color #a38bbd

%14
%26
%0
%26

Triadic Colors of #a38bbd

#a38bbd #bda38b #8bbda3

Analogous Colors of #a38bbd

#a38bbd #bc8bbd #8b8cbd

Monochromatic Colors of #a38bbd

#a38bbd

Complementary Color

#a38bbd #a5bd8b

#a38bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38bbd Color CSS Codes

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

#a38bbd Text Font Color

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

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


#a38bbd Background Color

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

This div background color is #a38bbd


#a38bbd Border Color

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

This div border color is #a38bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38bbd


Comments

No comments written yet.

Please login to write comment.