Color Hex Logo

#a356ee Color Hex

#A356EE
(163,86,238)
0 Favorites   0 Comments

Color spaces of #a356ee

RGB 16386238
HSL0.750.820.64
HSV270°64°93°
CMYK 0.320.640.00   0.07
XYZ33.864720.615283.0832
Yxy20.61520.24620.1499
Hunter Lab45.404053.6779-76.7100
CIE-Lab52.525859.0950-64.6121

#a356ee color RGB value is (163,86,238).

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

The process color (four color CMYK) of #a356ee color hex is 0.32, 0.64, 0.00, 0.07. Web safe color of #a356ee is #9966ff. Color #a356ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010110 11101110
Octal 243 126 356
Decimal 163 86 238
Hex A3 56 EE

RGB Percentages of Color #a356ee

%33.47
%17.66
%48.87

CMYK Percentages of Color #a356ee

%32
%64
%0
%7

Triadic Colors of #a356ee

#a356ee #eea356 #56eea3

Analogous Colors of #a356ee

#a356ee #ee56ed #5756ee

Monochromatic Colors of #a356ee

#a356ee

Complementary Color

#a356ee #a1ee56

#a356ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a356ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a356ee Color CSS Codes

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

#a356ee Text Font Color

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

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


#a356ee Background Color

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

This div background color is #a356ee


#a356ee Border Color

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

This div border color is #a356ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a356ee


Comments

No comments written yet.

Please login to write comment.