Color Hex Logo

#a38bde Color Hex

#A38BDE
(163,139,222)
0 Favorites   0 Comments

Color spaces of #a38bde

RGB 163139222
HSL0.710.560.71
HSV257°37°87°
CMYK 0.270.370.00   0.13
XYZ37.521731.525773.2147
Yxy31.52570.26380.2216
Hunter Lab56.147821.0271-38.0087
CIE-Lab62.948926.4934-39.0981

#a38bde color RGB value is (163,139,222).

#a38bde hex color red value is 163, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a38bde hue: 0.71 , saturation: 0.56 and the lightness value of a38bde is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001011 11011110
Octal 243 213 336
Decimal 163 139 222
Hex A3 8B DE

RGB Percentages of Color #a38bde

%31.11
%26.53
%42.37

CMYK Percentages of Color #a38bde

%27
%37
%0
%13

Triadic Colors of #a38bde

#a38bde #dea38b #8bdea3

Analogous Colors of #a38bde

#a38bde #cd8bde #8b9dde

Monochromatic Colors of #a38bde

#a38bde

Complementary Color

#a38bde #c6de8b

#a38bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38bde Color CSS Codes

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

#a38bde Text Font Color

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

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


#a38bde Background Color

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

This div background color is #a38bde


#a38bde Border Color

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

This div border color is #a38bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38bde


Comments

No comments written yet.

Please login to write comment.