Color Hex Logo

#a38bfe Color Hex

#A38BFE
(163,139,254)
0 Favorites   0 Comments

Color spaces of #a38bfe

RGB 163139254
HSL0.700.980.77
HSV253°45°100°
CMYK 0.360.450.00   0.00
XYZ42.226333.407597.9887
Yxy33.40750.24320.1924
Hunter Lab57.799229.2579-60.0566
CIE-Lab64.489534.5832-54.3189

#a38bfe color RGB value is (163,139,254).

#a38bfe hex color red value is 163, green value is 139 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a38bfe hue: 0.70 , saturation: 0.98 and the lightness value of a38bfe is 0.77.

The process color (four color CMYK) of #a38bfe color hex is 0.36, 0.45, 0.00, 0.00. Web safe color of #a38bfe is #9999ff. Color #a38bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001011 11111110
Octal 243 213 376
Decimal 163 139 254
Hex A3 8B FE

RGB Percentages of Color #a38bfe

%29.32
%25.00
%45.68

CMYK Percentages of Color #a38bfe

%36
%45
%0
%0

Triadic Colors of #a38bfe

#a38bfe #fea38b #8bfea3

Analogous Colors of #a38bfe

#a38bfe #dd8bfe #8badfe

Monochromatic Colors of #a38bfe

#a38bfe

Complementary Color

#a38bfe #e6fe8b

#a38bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38bfe Color CSS Codes

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

#a38bfe Text Font Color

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

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


#a38bfe Background Color

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

This div background color is #a38bfe


#a38bfe Border Color

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

This div border color is #a38bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.