Color Hex Logo

#a064fb Color Hex

#A064FB
(160,100,251)
0 Favorites   0 Comments

Color spaces of #a064fb

RGB 160100251
HSL0.730.950.69
HSV264°60°98°
CMYK 0.360.600.00   0.02
XYZ36.467023.553093.8909
Yxy23.55300.23690.1530
Hunter Lab48.531449.1967-80.7329
CIE-Lab55.637454.5390-66.8510

#a064fb color RGB value is (160,100,251).

#a064fb hex color red value is 160, green value is 100 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a064fb hue: 0.73 , saturation: 0.95 and the lightness value of a064fb is 0.69.

The process color (four color CMYK) of #a064fb color hex is 0.36, 0.60, 0.00, 0.02. Web safe color of #a064fb is #9966ff. Color #a064fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100100 11111011
Octal 240 144 373
Decimal 160 100 251
Hex A0 64 FB

RGB Percentages of Color #a064fb

%31.31
%19.57
%49.12

CMYK Percentages of Color #a064fb

%36
%60
%0
%2

Triadic Colors of #a064fb

#a064fb #fba064 #64fba0

Analogous Colors of #a064fb

#a064fb #ec64fb #6474fb

Monochromatic Colors of #a064fb

#a064fb

Complementary Color

#a064fb #bffb64

#a064fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a064fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a064fb Color CSS Codes

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

#a064fb Text Font Color

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

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


#a064fb Background Color

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

This div background color is #a064fb


#a064fb Border Color

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

This div border color is #a064fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a064fb


Comments

No comments written yet.

Please login to write comment.