Color Hex Logo

#a64bcc Color Hex

#A64BCC
(166,75,204)
0 Favorites   0 Comments

Color spaces of #a64bcc

RGB 16675204
HSL0.780.560.55
HSV282°63°80°
CMYK 0.190.630.00   0.20
XYZ29.141017.498858.9684
Yxy17.49880.27590.1657
Hunter Lab41.831651.1427-54.2968
CIE-Lab48.882557.4859-51.1570

#a64bcc color RGB value is (166,75,204).

#a64bcc hex color red value is 166, green value is 75 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a64bcc hue: 0.78 , saturation: 0.56 and the lightness value of a64bcc is 0.55.

The process color (four color CMYK) of #a64bcc color hex is 0.19, 0.63, 0.00, 0.20. Web safe color of #a64bcc is #9933cc. Color #a64bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001011 11001100
Octal 246 113 314
Decimal 166 75 204
Hex A6 4B CC

RGB Percentages of Color #a64bcc

%37.30
%16.85
%45.84

CMYK Percentages of Color #a64bcc

%19
%63
%0
%20

Triadic Colors of #a64bcc

#a64bcc #cca64b #4bcca6

Analogous Colors of #a64bcc

#a64bcc #cc4bb2 #664bcc

Monochromatic Colors of #a64bcc

#a64bcc

Complementary Color

#a64bcc #71cc4b

#a64bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64bcc Color CSS Codes

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

#a64bcc Text Font Color

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

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


#a64bcc Background Color

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

This div background color is #a64bcc


#a64bcc Border Color

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

This div border color is #a64bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64bcc


Comments

No comments written yet.

Please login to write comment.