Color Hex Logo

#a64bbf Color Hex

#A64BBF
(166,75,191)
0 Favorites   0 Comments

Color spaces of #a64bbf

RGB 16675191
HSL0.800.480.52
HSV287°61°75°
CMYK 0.130.610.00   0.25
XYZ27.645916.900751.0953
Yxy16.90070.28910.1767
Hunter Lab41.110548.0941-44.9129
CIE-Lab48.134754.8417-44.8418

#a64bbf color RGB value is (166,75,191).

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

The process color (four color CMYK) of #a64bbf color hex is 0.13, 0.61, 0.00, 0.25. Web safe color of #a64bbf is #9933cc. Color #a64bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001011 10111111
Octal 246 113 277
Decimal 166 75 191
Hex A6 4B BF

RGB Percentages of Color #a64bbf

%38.43
%17.36
%44.21

CMYK Percentages of Color #a64bbf

%13
%61
%0
%25

Triadic Colors of #a64bbf

#a64bbf #bfa64b #4bbfa6

Analogous Colors of #a64bbf

#a64bbf #bf4b9e #6c4bbf

Monochromatic Colors of #a64bbf

#a64bbf

Complementary Color

#a64bbf #64bf4b

#a64bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64bbf Color CSS Codes

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

#a64bbf Text Font Color

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

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


#a64bbf Background Color

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

This div background color is #a64bbf


#a64bbf Border Color

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

This div border color is #a64bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64bbf


Comments

No comments written yet.

Please login to write comment.