Color Hex Logo

#a394ec Color Hex

#A394EC
(163,148,236)
0 Favorites   0 Comments

Color spaces of #a394ec

RGB 163148236
HSL0.700.700.75
HSV250°37°93°
CMYK 0.310.370.00   0.07
XYZ40.834535.022583.9647
Yxy35.02250.25550.2191
Hunter Lab59.179819.6016-42.6952
CIE-Lab65.766224.8417-42.4279

#a394ec color RGB value is (163,148,236).

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

The process color (four color CMYK) of #a394ec color hex is 0.31, 0.37, 0.00, 0.07. Web safe color of #a394ec is #9999ff. Color #a394ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010100 11101100
Octal 243 224 354
Decimal 163 148 236
Hex A3 94 EC

RGB Percentages of Color #a394ec

%29.80
%27.06
%43.14

CMYK Percentages of Color #a394ec

%31
%37
%0
%7

Triadic Colors of #a394ec

#a394ec #eca394 #94eca3

Analogous Colors of #a394ec

#a394ec #cf94ec #94b1ec

Monochromatic Colors of #a394ec

#a394ec

Complementary Color

#a394ec #ddec94

#a394ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a394ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a394ec Color CSS Codes

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

#a394ec Text Font Color

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

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


#a394ec Background Color

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

This div background color is #a394ec


#a394ec Border Color

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

This div border color is #a394ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a394ec


Comments

No comments written yet.

Please login to write comment.