Color Hex Logo

#a38dbc Color Hex

#A38DBC
(163,141,188)
0 Favorites   0 Comments

Color spaces of #a38dbc

RGB 163141188
HSL0.740.260.65
HSV268°25°74°
CMYK 0.130.250.00   0.26
XYZ33.706230.467151.6812
Yxy30.46710.29090.2630
Hunter Lab55.197012.4067-16.8756
CIE-Lab62.055217.4661-21.4327

#a38dbc color RGB value is (163,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001101 10111100
Octal 243 215 274
Decimal 163 141 188
Hex A3 8D BC

RGB Percentages of Color #a38dbc

%33.13
%28.66
%38.21

CMYK Percentages of Color #a38dbc

%13
%25
%0
%26

Triadic Colors of #a38dbc

#a38dbc #bca38d #8dbca3

Analogous Colors of #a38dbc

#a38dbc #bb8dbc #8d8fbc

Monochromatic Colors of #a38dbc

#a38dbc

Complementary Color

#a38dbc #a6bc8d

#a38dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38dbc Color CSS Codes

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

#a38dbc Text Font Color

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

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


#a38dbc Background Color

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

This div background color is #a38dbc


#a38dbc Border Color

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

This div border color is #a38dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38dbc


Comments

No comments written yet.

Please login to write comment.