Color Hex Logo

#a393de Color Hex

#A393DE
(163,147,222)
0 Favorites   0 Comments

Color spaces of #a393de

RGB 163147222
HSL0.700.530.72
HSV253°34°87°
CMYK 0.270.340.00   0.13
XYZ38.722833.927973.6151
Yxy33.92790.26470.2320
Hunter Lab58.247716.7326-34.1591
CIE-Lab64.905321.9334-36.0439

#a393de color RGB value is (163,147,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010011 11011110
Octal 243 223 336
Decimal 163 147 222
Hex A3 93 DE

RGB Percentages of Color #a393de

%30.64
%27.63
%41.73

CMYK Percentages of Color #a393de

%27
%34
%0
%13

Triadic Colors of #a393de

#a393de #dea393 #93dea3

Analogous Colors of #a393de

#a393de #c993de #93a9de

Monochromatic Colors of #a393de

#a393de

Complementary Color

#a393de #cede93

#a393de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a393de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a393de Color CSS Codes

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

#a393de Text Font Color

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

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


#a393de Background Color

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

This div background color is #a393de


#a393de Border Color

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

This div border color is #a393de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a393de


Comments

No comments written yet.

Please login to write comment.