Color Hex Logo

#a38bfa Color Hex

#A38BFA
(163,139,250)
0 Favorites   0 Comments

Color spaces of #a38bfa

RGB 163139250
HSL0.700.920.76
HSV253°44°98°
CMYK 0.350.440.00   0.02
XYZ41.592233.153994.6497
Yxy33.15390.24550.1957
Hunter Lab57.579428.1746-57.1560
CIE-Lab64.285333.5440-52.4523

#a38bfa color RGB value is (163,139,250).

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

The process color (four color CMYK) of #a38bfa color hex is 0.35, 0.44, 0.00, 0.02. Web safe color of #a38bfa is #9999ff. Color #a38bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001011 11111010
Octal 243 213 372
Decimal 163 139 250
Hex A3 8B FA

RGB Percentages of Color #a38bfa

%29.53
%25.18
%45.29

CMYK Percentages of Color #a38bfa

%35
%44
%0
%2

Triadic Colors of #a38bfa

#a38bfa #faa38b #8bfaa3

Analogous Colors of #a38bfa

#a38bfa #db8bfa #8babfa

Monochromatic Colors of #a38bfa

#a38bfa

Complementary Color

#a38bfa #e2fa8b

#a38bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38bfa Color CSS Codes

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

#a38bfa Text Font Color

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

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


#a38bfa Background Color

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

This div background color is #a38bfa


#a38bfa Border Color

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

This div border color is #a38bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38bfa


Comments

No comments written yet.

Please login to write comment.