Color Hex Logo

#a396eb Color Hex

#A396EB
(163,150,235)
0 Favorites   0 Comments

Color spaces of #a396eb

RGB 163150235
HSL0.690.680.75
HSV249°36°92°
CMYK 0.310.360.00   0.08
XYZ41.006035.597483.3070
Yxy35.59740.25640.2226
Hunter Lab59.663618.2695-41.0209
CIE-Lab66.211223.4512-41.1805

#a396eb color RGB value is (163,150,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010110 11101011
Octal 243 226 353
Decimal 163 150 235
Hex A3 96 EB

RGB Percentages of Color #a396eb

%29.74
%27.37
%42.88

CMYK Percentages of Color #a396eb

%31
%36
%0
%8

Triadic Colors of #a396eb

#a396eb #eba396 #96eba3

Analogous Colors of #a396eb

#a396eb #ce96eb #96b4eb

Monochromatic Colors of #a396eb

#a396eb

Complementary Color

#a396eb #deeb96

#a396eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a396eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a396eb Color CSS Codes

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

#a396eb Text Font Color

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

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


#a396eb Background Color

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

This div background color is #a396eb


#a396eb Border Color

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

This div border color is #a396eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a396eb


Comments

No comments written yet.

Please login to write comment.