Color Hex Logo

#a394ef Color Hex

#A394EF
(163,148,239)
0 Favorites   0 Comments

Color spaces of #a394ef

RGB 163148239
HSL0.690.740.76
HSV250°38°94°
CMYK 0.320.380.00   0.06
XYZ41.274135.198386.2799
Yxy35.19830.25360.2163
Hunter Lab59.328220.3567-44.6947
CIE-Lab65.902825.6021-43.8628

#a394ef color RGB value is (163,148,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010100 11101111
Octal 243 224 357
Decimal 163 148 239
Hex A3 94 EF

RGB Percentages of Color #a394ef

%29.64
%26.91
%43.45

CMYK Percentages of Color #a394ef

%32
%38
%0
%6

Triadic Colors of #a394ef

#a394ef #efa394 #94efa3

Analogous Colors of #a394ef

#a394ef #d194ef #94b3ef

Monochromatic Colors of #a394ef

#a394ef

Complementary Color

#a394ef #e0ef94

#a394ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a394ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a394ef Color CSS Codes

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

#a394ef Text Font Color

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

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


#a394ef Background Color

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

This div background color is #a394ef


#a394ef Border Color

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

This div border color is #a394ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a394ef


Comments

No comments written yet.

Please login to write comment.