Color Hex Logo

#a39efa Color Hex

#A39EFA
(163,158,250)
0 Favorites   0 Comments

Color spaces of #a39efa

RGB 163158250
HSL0.680.900.80
HSV243°37°98°
CMYK 0.350.370.00   0.02
XYZ44.586439.142495.6478
Yxy39.14240.24860.2182
Hunter Lab62.563917.7219-46.8480
CIE-Lab68.854322.7490-45.2434

#a39efa color RGB value is (163,158,250).

#a39efa hex color red value is 163, green value is 158 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a39efa hue: 0.68 , saturation: 0.90 and the lightness value of a39efa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011110 11111010
Octal 243 236 372
Decimal 163 158 250
Hex A3 9E FA

RGB Percentages of Color #a39efa

%28.55
%27.67
%43.78

CMYK Percentages of Color #a39efa

%35
%37
%0
%2

Triadic Colors of #a39efa

#a39efa #faa39e #9efaa3

Analogous Colors of #a39efa

#a39efa #d19efa #9ec7fa

Monochromatic Colors of #a39efa

#a39efa

Complementary Color

#a39efa #f5fa9e

#a39efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39efa Color CSS Codes

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

#a39efa Text Font Color

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

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


#a39efa Background Color

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

This div background color is #a39efa


#a39efa Border Color

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

This div border color is #a39efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39efa


Comments

No comments written yet.

Please login to write comment.