Color Hex Logo

#a396fd Color Hex

#A396FD
(163,150,253)
0 Favorites   0 Comments

Color spaces of #a396fd

RGB 163150253
HSL0.690.960.79
HSV248°41°99°
CMYK 0.360.410.00   0.01
XYZ43.740236.691197.7052
Yxy36.69110.24550.2060
Hunter Lab60.573222.8927-53.2342
CIE-Lab67.044628.0758-49.7271

#a396fd color RGB value is (163,150,253).

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

The process color (four color CMYK) of #a396fd color hex is 0.36, 0.41, 0.00, 0.01. Web safe color of #a396fd is #9999ff. Color #a396fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010110 11111101
Octal 243 226 375
Decimal 163 150 253
Hex A3 96 FD

RGB Percentages of Color #a396fd

%28.80
%26.50
%44.70

CMYK Percentages of Color #a396fd

%36
%41
%0
%1

Triadic Colors of #a396fd

#a396fd #fda396 #96fda3

Analogous Colors of #a396fd

#a396fd #d796fd #96bdfd

Monochromatic Colors of #a396fd

#a396fd

Complementary Color

#a396fd #f0fd96

#a396fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a396fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a396fd Color CSS Codes

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

#a396fd Text Font Color

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

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


#a396fd Background Color

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

This div background color is #a396fd


#a396fd Border Color

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

This div border color is #a396fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a396fd

Related Colors


Comments

No comments written yet.

Please login to write comment.