Color Hex Logo

#a396de Color Hex

#A396DE
(163,150,222)
0 Favorites   0 Comments

Color spaces of #a396de

RGB 163150222
HSL0.700.520.73
HSV251°32°87°
CMYK 0.270.320.00   0.13
XYZ39.195434.873173.7726
Yxy34.87310.26510.2359
Hunter Lab59.053515.1318-32.7307
CIE-Lab65.649720.2265-34.8854

#a396de color RGB value is (163,150,222).

#a396de hex color red value is 163, green value is 150 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a396de hue: 0.70 , saturation: 0.52 and the lightness value of a396de is 0.73.

The process color (four color CMYK) of #a396de color hex is 0.27, 0.32, 0.00, 0.13. Web safe color of #a396de is #9999cc. Color #a396de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010110 11011110
Octal 243 226 336
Decimal 163 150 222
Hex A3 96 DE

RGB Percentages of Color #a396de

%30.47
%28.04
%41.50

CMYK Percentages of Color #a396de

%27
%32
%0
%13

Triadic Colors of #a396de

#a396de #dea396 #96dea3

Analogous Colors of #a396de

#a396de #c796de #96adde

Monochromatic Colors of #a396de

#a396de

Complementary Color

#a396de #d1de96

#a396de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a396de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a396de Color CSS Codes

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

#a396de Text Font Color

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

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


#a396de Background Color

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

This div background color is #a396de


#a396de Border Color

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

This div border color is #a396de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a396de


Comments

No comments written yet.

Please login to write comment.