Color Hex Logo

#a38ebf Color Hex

#A38EBF
(163,142,191)
0 Favorites   0 Comments

Color spaces of #a38ebf

RGB 163142191
HSL0.740.280.65
HSV266°26°75°
CMYK 0.150.260.00   0.25
XYZ34.181230.894153.4518
Yxy30.89410.28840.2607
Hunter Lab55.582512.5017-18.1095
CIE-Lab62.418117.5563-22.5686

#a38ebf color RGB value is (163,142,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001110 10111111
Octal 243 216 277
Decimal 163 142 191
Hex A3 8E BF

RGB Percentages of Color #a38ebf

%32.86
%28.63
%38.51

CMYK Percentages of Color #a38ebf

%15
%26
%0
%25

Triadic Colors of #a38ebf

#a38ebf #bfa38e #8ebfa3

Analogous Colors of #a38ebf

#a38ebf #bc8ebf #8e92bf

Monochromatic Colors of #a38ebf

#a38ebf

Complementary Color

#a38ebf #aabf8e

#a38ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38ebf Color CSS Codes

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

#a38ebf Text Font Color

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

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


#a38ebf Background Color

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

This div background color is #a38ebf


#a38ebf Border Color

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

This div border color is #a38ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38ebf


Comments

No comments written yet.

Please login to write comment.