Color Hex Logo

#a393ef Color Hex

#A393EF
(163,147,239)
0 Favorites   0 Comments

Color spaces of #a393ef

RGB 163147239
HSL0.700.740.76
HSV250°38°94°
CMYK 0.320.380.00   0.06
XYZ41.118034.886086.2279
Yxy34.88600.25350.2150
Hunter Lab59.064420.9011-45.2122
CIE-Lab65.659826.1713-44.2445

#a393ef color RGB value is (163,147,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010011 11101111
Octal 243 223 357
Decimal 163 147 239
Hex A3 93 EF

RGB Percentages of Color #a393ef

%29.69
%26.78
%43.53

CMYK Percentages of Color #a393ef

%32
%38
%0
%6

Triadic Colors of #a393ef

#a393ef #efa393 #93efa3

Analogous Colors of #a393ef

#a393ef #d193ef #93b1ef

Monochromatic Colors of #a393ef

#a393ef

Complementary Color

#a393ef #dfef93

#a393ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a393ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a393ef Color CSS Codes

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

#a393ef Text Font Color

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

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


#a393ef Background Color

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

This div background color is #a393ef


#a393ef Border Color

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

This div border color is #a393ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a393ef


Comments

No comments written yet.

Please login to write comment.