Color Hex Logo

#a39feb Color Hex

#A39FEB
(163,159,235)
0 Favorites   0 Comments

Color spaces of #a39feb

RGB 163159235
HSL0.680.660.77
HSV243°32°92°
CMYK 0.310.320.00   0.08
XYZ42.497838.581083.8043
Yxy38.58100.25770.2340
Hunter Lab62.113613.4299-36.5151
CIE-Lab68.446718.3425-37.6895

#a39feb color RGB value is (163,159,235).

#a39feb hex color red value is 163, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a39feb hue: 0.68 , saturation: 0.66 and the lightness value of a39feb is 0.77.

The process color (four color CMYK) of #a39feb color hex is 0.31, 0.32, 0.00, 0.08. Web safe color of #a39feb is #9999ff. Color #a39feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011111 11101011
Octal 243 237 353
Decimal 163 159 235
Hex A3 9F EB

RGB Percentages of Color #a39feb

%29.26
%28.55
%42.19

CMYK Percentages of Color #a39feb

%31
%32
%0
%8

Triadic Colors of #a39feb

#a39feb #eba39f #9feba3

Analogous Colors of #a39feb

#a39feb #c99feb #9fc1eb

Monochromatic Colors of #a39feb

#a39feb

Complementary Color

#a39feb #e7eb9f

#a39feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39feb Color CSS Codes

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

#a39feb Text Font Color

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

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


#a39feb Background Color

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

This div background color is #a39feb


#a39feb Border Color

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

This div border color is #a39feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39feb


Comments

No comments written yet.

Please login to write comment.