Color Hex Logo

#a456ed Color Hex

#A456ED
(164,86,237)
0 Favorites   0 Comments

Color spaces of #a456ed

RGB 16486237
HSL0.750.810.63
HSV271°64°93°
CMYK 0.310.640.00   0.07
XYZ33.923720.662582.3211
Yxy20.66250.24780.1509
Hunter Lab45.456053.6660-75.5553
CIE-Lab52.578159.0750-63.9613

#a456ed color RGB value is (164,86,237).

#a456ed hex color red value is 164, green value is 86 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a456ed hue: 0.75 , saturation: 0.81 and the lightness value of a456ed is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010110 11101101
Octal 244 126 355
Decimal 164 86 237
Hex A4 56 ED

RGB Percentages of Color #a456ed

%33.68
%17.66
%48.67

CMYK Percentages of Color #a456ed

%31
%64
%0
%7

Triadic Colors of #a456ed

#a456ed #eda456 #56eda4

Analogous Colors of #a456ed

#a456ed #ed56eb #5856ed

Monochromatic Colors of #a456ed

#a456ed

Complementary Color

#a456ed #9fed56

#a456ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a456ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a456ed Color CSS Codes

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

#a456ed Text Font Color

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

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


#a456ed Background Color

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

This div background color is #a456ed


#a456ed Border Color

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

This div border color is #a456ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,86,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a456ed


Comments

No comments written yet.

Please login to write comment.