Color Hex Logo

#a64beb Color Hex

#A64BEB
(166,75,235)
0 Favorites   0 Comments

Color spaces of #a64beb

RGB 16675235
HSL0.760.800.61
HSV274°68°92°
CMYK 0.290.680.00   0.08
XYZ33.237419.137380.5393
Yxy19.13730.25010.1440
Hunter Lab43.746259.0645-78.5340
CIE-Lab50.847564.1268-65.6211

#a64beb color RGB value is (166,75,235).

#a64beb hex color red value is 166, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a64beb hue: 0.76 , saturation: 0.80 and the lightness value of a64beb is 0.61.

The process color (four color CMYK) of #a64beb color hex is 0.29, 0.68, 0.00, 0.08. Web safe color of #a64beb is #9933ff. Color #a64beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001011 11101011
Octal 246 113 353
Decimal 166 75 235
Hex A6 4B EB

RGB Percentages of Color #a64beb

%34.87
%15.76
%49.37

CMYK Percentages of Color #a64beb

%29
%68
%0
%8

Triadic Colors of #a64beb

#a64beb #eba64b #4beba6

Analogous Colors of #a64beb

#a64beb #eb4be0 #564beb

Monochromatic Colors of #a64beb

#a64beb

Complementary Color

#a64beb #90eb4b

#a64beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64beb Color CSS Codes

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

#a64beb Text Font Color

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

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


#a64beb Background Color

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

This div background color is #a64beb


#a64beb Border Color

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

This div border color is #a64beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64beb


Comments

No comments written yet.

Please login to write comment.