Color Hex Logo

#a256ea Color Hex

#A256EA
(162,86,234)
0 Favorites   0 Comments

Color spaces of #a256ea

RGB 16286234
HSL0.750.780.63
HSV271°63°92°
CMYK 0.310.630.00   0.08
XYZ33.079420.277580.0124
Yxy20.27750.24800.1520
Hunter Lab45.030552.3225-73.8279
CIE-Lab52.149557.9553-62.9808

#a256ea color RGB value is (162,86,234).

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

The process color (four color CMYK) of #a256ea color hex is 0.31, 0.63, 0.00, 0.08. Web safe color of #a256ea is #9966ff. Color #a256ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010110 11101010
Octal 242 126 352
Decimal 162 86 234
Hex A2 56 EA

RGB Percentages of Color #a256ea

%33.61
%17.84
%48.55

CMYK Percentages of Color #a256ea

%31
%63
%0
%8

Triadic Colors of #a256ea

#a256ea #eaa256 #56eaa2

Analogous Colors of #a256ea

#a256ea #ea56e8 #5856ea

Monochromatic Colors of #a256ea

#a256ea

Complementary Color

#a256ea #9eea56

#a256ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a256ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a256ea Color CSS Codes

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

#a256ea Text Font Color

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

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


#a256ea Background Color

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

This div background color is #a256ea


#a256ea Border Color

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

This div border color is #a256ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a256ea


Comments

No comments written yet.

Please login to write comment.