Color Hex Logo

#a393ee Color Hex

#A393EE
(163,147,238)
0 Favorites   0 Comments

Color spaces of #a393ee

RGB 163147238
HSL0.700.730.75
HSV251°38°93°
CMYK 0.320.380.00   0.07
XYZ40.970634.827085.4518
Yxy34.82700.25410.2160
Hunter Lab59.014420.6480-44.5408
CIE-Lab65.613825.9174-43.7671

#a393ee color RGB value is (163,147,238).

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

The process color (four color CMYK) of #a393ee color hex is 0.32, 0.38, 0.00, 0.07. Web safe color of #a393ee is #9999ff. Color #a393ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010011 11101110
Octal 243 223 356
Decimal 163 147 238
Hex A3 93 EE

RGB Percentages of Color #a393ee

%29.74
%26.82
%43.43

CMYK Percentages of Color #a393ee

%32
%38
%0
%7

Triadic Colors of #a393ee

#a393ee #eea393 #93eea3

Analogous Colors of #a393ee

#a393ee #d193ee #93b1ee

Monochromatic Colors of #a393ee

#a393ee

Complementary Color

#a393ee #deee93

#a393ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a393ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a393ee Color CSS Codes

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

#a393ee Text Font Color

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

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


#a393ee Background Color

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

This div background color is #a393ee


#a393ee Border Color

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

This div border color is #a393ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a393ee


Comments

No comments written yet.

Please login to write comment.