Color Hex Logo

#a38fbd Color Hex

#A38FBD
(163,143,189)
0 Favorites   0 Comments

Color spaces of #a38fbd

RGB 163143189
HSL0.740.260.65
HSV266°24°74°
CMYK 0.140.240.00   0.26
XYZ34.112031.105652.3502
Yxy31.10560.29010.2646
Hunter Lab55.772411.5740-16.6113
CIE-Lab62.596716.5466-21.1694

#a38fbd color RGB value is (163,143,189).

#a38fbd hex color red value is 163, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a38fbd hue: 0.74 , saturation: 0.26 and the lightness value of a38fbd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001111 10111101
Octal 243 217 275
Decimal 163 143 189
Hex A3 8F BD

RGB Percentages of Color #a38fbd

%32.93
%28.89
%38.18

CMYK Percentages of Color #a38fbd

%14
%24
%0
%26

Triadic Colors of #a38fbd

#a38fbd #bda38f #8fbda3

Analogous Colors of #a38fbd

#a38fbd #ba8fbd #8f92bd

Monochromatic Colors of #a38fbd

#a38fbd

Complementary Color

#a38fbd #a9bd8f

#a38fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38fbd Color CSS Codes

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

#a38fbd Text Font Color

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

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


#a38fbd Background Color

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

This div background color is #a38fbd


#a38fbd Border Color

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

This div border color is #a38fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38fbd


Comments

No comments written yet.

Please login to write comment.