Color Hex Logo

#a363de Color Hex

#A363DE
(163,99,222)
0 Favorites   0 Comments

Color spaces of #a363de

RGB 16399222
HSL0.750.650.63
HSV271°55°87°
CMYK 0.270.550.00   0.13
XYZ32.750921.984171.6244
Yxy21.98410.25920.1740
Hunter Lab46.887242.6304-57.7497
CIE-Lab54.010148.7674-53.2319

#a363de color RGB value is (163,99,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100011 11011110
Octal 243 143 336
Decimal 163 99 222
Hex A3 63 DE

RGB Percentages of Color #a363de

%33.68
%20.45
%45.87

CMYK Percentages of Color #a363de

%27
%55
%0
%13

Triadic Colors of #a363de

#a363de #dea363 #63dea3

Analogous Colors of #a363de

#a363de #de63dc #6663de

Monochromatic Colors of #a363de

#a363de

Complementary Color

#a363de #9ede63

#a363de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a363de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a363de Color CSS Codes

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

#a363de Text Font Color

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

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


#a363de Background Color

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

This div background color is #a363de


#a363de Border Color

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

This div border color is #a363de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a363de


Comments

No comments written yet.

Please login to write comment.