Color Hex Logo

#a256fb Color Hex

#A256FB
(162,86,251)
0 Favorites   0 Comments

Color spaces of #a256fb

RGB 16286251
HSL0.740.950.66
HSV268°66°98°
CMYK 0.350.660.00   0.02
XYZ35.640721.302093.5000
Yxy21.30200.23690.1416
Hunter Lab46.154157.0700-87.8032
CIE-Lab53.278461.9419-70.6537

#a256fb color RGB value is (162,86,251).

#a256fb hex color red value is 162, green value is 86 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a256fb hue: 0.74 , saturation: 0.95 and the lightness value of a256fb is 0.66.

The process color (four color CMYK) of #a256fb color hex is 0.35, 0.66, 0.00, 0.02. Web safe color of #a256fb is #9966ff. Color #a256fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010110 11111011
Octal 242 126 373
Decimal 162 86 251
Hex A2 56 FB

RGB Percentages of Color #a256fb

%32.46
%17.23
%50.30

CMYK Percentages of Color #a256fb

%35
%66
%0
%2

Triadic Colors of #a256fb

#a256fb #fba256 #56fba2

Analogous Colors of #a256fb

#a256fb #f556fb #565cfb

Monochromatic Colors of #a256fb

#a256fb

Complementary Color

#a256fb #affb56

#a256fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a256fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a256fb Color CSS Codes

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

#a256fb Text Font Color

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

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


#a256fb Background Color

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

This div background color is #a256fb


#a256fb Border Color

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

This div border color is #a256fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a256fb

Related Colors


Comments

No comments written yet.

Please login to write comment.