Color Hex Logo

#a64db3 Color Hex

#A64DB3
(166,77,179)
0 Favorites   0 Comments

Color spaces of #a64db3

RGB 16677179
HSL0.810.400.50
HSV292°57°70°
CMYK 0.070.570.00   0.30
XYZ26.516416.669444.4678
Yxy16.66940.30250.1902
Hunter Lab40.828244.4799-35.9957
CIE-Lab47.840751.5341-38.3154

#a64db3 color RGB value is (166,77,179).

#a64db3 hex color red value is 166, green value is 77 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #a64db3 hue: 0.81 , saturation: 0.40 and the lightness value of a64db3 is 0.50.

The process color (four color CMYK) of #a64db3 color hex is 0.07, 0.57, 0.00, 0.30. Web safe color of #a64db3 is #9966cc. Color #a64db3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001101 10110011
Octal 246 115 263
Decimal 166 77 179
Hex A6 4D B3

RGB Percentages of Color #a64db3

%39.34
%18.25
%42.42

CMYK Percentages of Color #a64db3

%7
%57
%0
%30

Triadic Colors of #a64db3

#a64db3 #b3a64d #4db3a6

Analogous Colors of #a64db3

#a64db3 #b34d8d #734db3

Monochromatic Colors of #a64db3

#a64db3

Complementary Color

#a64db3 #5ab34d

#a64db3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64db3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64db3 Color CSS Codes

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

#a64db3 Text Font Color

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

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


#a64db3 Background Color

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

This div background color is #a64db3


#a64db3 Border Color

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

This div border color is #a64db3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64db3


Comments

No comments written yet.

Please login to write comment.