Color Hex Logo

#a38abc Color Hex

#A38ABC
(163,138,188)
0 Favorites   0 Comments

Color spaces of #a38abc

RGB 163138188
HSL0.750.270.64
HSV270°27°74°
CMYK 0.130.270.00   0.26
XYZ33.269829.594351.5357
Yxy29.59430.29080.2587
Hunter Lab54.400613.9641-18.0871
CIE-Lab61.302619.1760-22.5838

#a38abc color RGB value is (163,138,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001010 10111100
Octal 243 212 274
Decimal 163 138 188
Hex A3 8A BC

RGB Percentages of Color #a38abc

%33.33
%28.22
%38.45

CMYK Percentages of Color #a38abc

%13
%27
%0
%26

Triadic Colors of #a38abc

#a38abc #bca38a #8abca3

Analogous Colors of #a38abc

#a38abc #bc8abc #8a8abc

Monochromatic Colors of #a38abc

#a38abc

Complementary Color

#a38abc #a3bc8a

#a38abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38abc Color CSS Codes

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

#a38abc Text Font Color

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

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


#a38abc Background Color

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

This div background color is #a38abc


#a38abc Border Color

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

This div border color is #a38abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38abc


Comments

No comments written yet.

Please login to write comment.