Color Hex Logo

#a640bc Color Hex

#A640BC
(166,64,188)
0 Favorites   0 Comments

Color spaces of #a640bc

RGB 16664188
HSL0.800.490.49
HSV289°66°74°
CMYK 0.120.660.00   0.26
XYZ26.636415.404649.1464
Yxy15.40460.29210.1689
Hunter Lab39.248752.4551-46.7676
CIE-Lab46.183459.1697-46.2043

#a640bc color RGB value is (166,64,188).

#a640bc hex color red value is 166, green value is 64 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a640bc hue: 0.80 , saturation: 0.49 and the lightness value of a640bc is 0.49.

The process color (four color CMYK) of #a640bc color hex is 0.12, 0.66, 0.00, 0.26. Web safe color of #a640bc is #9933cc. Color #a640bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000000 10111100
Octal 246 100 274
Decimal 166 64 188
Hex A6 40 BC

RGB Percentages of Color #a640bc

%39.71
%15.31
%44.98

CMYK Percentages of Color #a640bc

%12
%66
%0
%26

Triadic Colors of #a640bc

#a640bc #bca640 #40bca6

Analogous Colors of #a640bc

#a640bc #bc4094 #6840bc

Monochromatic Colors of #a640bc

#a640bc

Complementary Color

#a640bc #56bc40

#a640bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a640bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a640bc Color CSS Codes

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

#a640bc Text Font Color

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

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


#a640bc Background Color

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

This div background color is #a640bc


#a640bc Border Color

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

This div border color is #a640bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a640bc


Comments

No comments written yet.

Please login to write comment.