Color Hex Logo

#a64bfe Color Hex

#A64BFE
(166,75,254)
0 Favorites   0 Comments

Color spaces of #a64bfe

RGB 16675254
HSL0.750.990.65
HSV271°70°100°
CMYK 0.350.700.00   0.00
XYZ36.131420.294995.7789
Yxy20.29490.23740.1333
Hunter Lab45.049964.3253-94.5194
CIE-Lab52.169068.3711-74.0986

#a64bfe color RGB value is (166,75,254).

#a64bfe hex color red value is 166, green value is 75 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a64bfe hue: 0.75 , saturation: 0.99 and the lightness value of a64bfe is 0.65.

The process color (four color CMYK) of #a64bfe color hex is 0.35, 0.70, 0.00, 0.00. Web safe color of #a64bfe is #9933ff. Color #a64bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001011 11111110
Octal 246 113 376
Decimal 166 75 254
Hex A6 4B FE

RGB Percentages of Color #a64bfe

%33.54
%15.15
%51.31

CMYK Percentages of Color #a64bfe

%35
%70
%0
%0

Triadic Colors of #a64bfe

#a64bfe #fea64b #4bfea6

Analogous Colors of #a64bfe

#a64bfe #fe4bfd #4c4bfe

Monochromatic Colors of #a64bfe

#a64bfe

Complementary Color

#a64bfe #a3fe4b

#a64bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64bfe Color CSS Codes

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

#a64bfe Text Font Color

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

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


#a64bfe Background Color

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

This div background color is #a64bfe


#a64bfe Border Color

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

This div border color is #a64bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,75,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a64bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a64bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #a64bfe;
  box-shadow:         1px 1px 3px 2px #a64bfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,75,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64bfe


Comments

No comments written yet.

Please login to write comment.