Color Hex Logo

#a64bdd Color Hex

#A64BDD
(166,75,221)
0 Favorites   0 Comments

Color spaces of #a64bdd

RGB 16675221
HSL0.770.680.58
HSV277°66°87°
CMYK 0.250.660.00   0.13
XYZ31.293118.359670.3010
Yxy18.35960.26090.1531
Hunter Lab42.848155.3791-67.2836
CIE-Lab49.929461.0767-59.1897

#a64bdd color RGB value is (166,75,221).

#a64bdd hex color red value is 166, green value is 75 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a64bdd hue: 0.77 , saturation: 0.68 and the lightness value of a64bdd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001011 11011101
Octal 246 113 335
Decimal 166 75 221
Hex A6 4B DD

RGB Percentages of Color #a64bdd

%35.93
%16.23
%47.84

CMYK Percentages of Color #a64bdd

%25
%66
%0
%13

Triadic Colors of #a64bdd

#a64bdd #dda64b #4bdda6

Analogous Colors of #a64bdd

#a64bdd #dd4bcb #5d4bdd

Monochromatic Colors of #a64bdd

#a64bdd

Complementary Color

#a64bdd #82dd4b

#a64bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64bdd Color CSS Codes

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

#a64bdd Text Font Color

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

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


#a64bdd Background Color

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

This div background color is #a64bdd


#a64bdd Border Color

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

This div border color is #a64bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64bdd


Comments

No comments written yet.

Please login to write comment.