Color Hex Logo

#a364df Color Hex

#A364DF
(163,100,223)
0 Favorites   0 Comments

Color spaces of #a364df

RGB 163100223
HSL0.750.660.63
HSV271°55°87°
CMYK 0.270.550.00   0.13
XYZ32.980722.228672.3643
Yxy22.22860.25850.1742
Hunter Lab47.147242.3577-57.9987
CIE-Lab54.268748.4707-53.3829

#a364df color RGB value is (163,100,223).

#a364df hex color red value is 163, green value is 100 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a364df hue: 0.75 , saturation: 0.66 and the lightness value of a364df is 0.63.

The process color (four color CMYK) of #a364df color hex is 0.27, 0.55, 0.00, 0.13. Web safe color of #a364df is #9966cc. Color #a364df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100100 11011111
Octal 243 144 337
Decimal 163 100 223
Hex A3 64 DF

RGB Percentages of Color #a364df

%33.54
%20.58
%45.88

CMYK Percentages of Color #a364df

%27
%55
%0
%13

Triadic Colors of #a364df

#a364df #dfa364 #64dfa3

Analogous Colors of #a364df

#a364df #df64de #6664df

Monochromatic Colors of #a364df

#a364df

Complementary Color

#a364df #a0df64

#a364df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a364df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a364df Color CSS Codes

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

#a364df Text Font Color

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

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


#a364df Background Color

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

This div background color is #a364df


#a364df Border Color

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

This div border color is #a364df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a364df


Comments

No comments written yet.

Please login to write comment.