Color Hex Logo

#a640cf Color Hex

#A640CF
(166,64,207)
0 Favorites   0 Comments

Color spaces of #a640cf

RGB 16664207
HSL0.790.600.53
HSV283°69°81°
CMYK 0.200.690.00   0.19
XYZ28.821816.278860.6545
Yxy16.27880.27250.1539
Hunter Lab40.347056.9039-60.8890
CIE-Lab47.338262.9068-55.3588

#a640cf color RGB value is (166,64,207).

#a640cf hex color red value is 166, green value is 64 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a640cf hue: 0.79 , saturation: 0.60 and the lightness value of a640cf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000000 11001111
Octal 246 100 317
Decimal 166 64 207
Hex A6 40 CF

RGB Percentages of Color #a640cf

%37.99
%14.65
%47.37

CMYK Percentages of Color #a640cf

%20
%69
%0
%19

Triadic Colors of #a640cf

#a640cf #cfa640 #40cfa6

Analogous Colors of #a640cf

#a640cf #cf40b1 #5e40cf

Monochromatic Colors of #a640cf

#a640cf

Complementary Color

#a640cf #69cf40

#a640cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a640cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a640cf Color CSS Codes

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

#a640cf Text Font Color

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

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


#a640cf Background Color

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

This div background color is #a640cf


#a640cf Border Color

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

This div border color is #a640cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a640cf


Comments

No comments written yet.

Please login to write comment.