Color Hex Logo

#a394ee Color Hex

#A394EE
(163,148,238)
0 Favorites   0 Comments

Color spaces of #a394ee

RGB 163148238
HSL0.690.730.76
HSV250°38°93°
CMYK 0.320.380.00   0.07
XYZ41.126835.139485.5039
Yxy35.13940.25420.2172
Hunter Lab59.278520.1041-44.0255
CIE-Lab65.857125.3481-43.3851

#a394ee color RGB value is (163,148,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010100 11101110
Octal 243 224 356
Decimal 163 148 238
Hex A3 94 EE

RGB Percentages of Color #a394ee

%29.69
%26.96
%43.35

CMYK Percentages of Color #a394ee

%32
%38
%0
%7

Triadic Colors of #a394ee

#a394ee #eea394 #94eea3

Analogous Colors of #a394ee

#a394ee #d094ee #94b2ee

Monochromatic Colors of #a394ee

#a394ee

Complementary Color

#a394ee #dfee94

#a394ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a394ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a394ee Color CSS Codes

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

#a394ee Text Font Color

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

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


#a394ee Background Color

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

This div background color is #a394ee


#a394ee Border Color

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

This div border color is #a394ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a394ee


Comments

No comments written yet.

Please login to write comment.