Color Hex Logo

#a64bff Color Hex

#A64BFF
(166,75,255)
0 Favorites   0 Comments

Color spaces of #a64bff

RGB 16675255
HSL0.751.000.65
HSV270°71°100°
CMYK 0.350.710.00   0.00
XYZ36.292020.359196.6247
Yxy20.35910.23680.1328
Hunter Lab45.121164.6102-95.3821
CIE-Lab52.240868.5975-74.5372

#a64bff color RGB value is (166,75,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001011 11111111
Octal 246 113 377
Decimal 166 75 255
Hex A6 4B FF

RGB Percentages of Color #a64bff

%33.47
%15.12
%51.41

CMYK Percentages of Color #a64bff

%35
%71
%0
%0

Triadic Colors of #a64bff

#a64bff #ffa64b #4bffa6

Analogous Colors of #a64bff

#a64bff #ff4bfe #4c4bff

Monochromatic Colors of #a64bff

#a64bff

Complementary Color

#a64bff #a4ff4b

#a64bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64bff Color CSS Codes

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

#a64bff Text Font Color

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

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


#a64bff Background Color

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

This div background color is #a64bff


#a64bff Border Color

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

This div border color is #a64bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64bff

Related Colors


Comments

No comments written yet.

Please login to write comment.