Color Hex Logo

#a649be Color Hex

#A649BE
(166,73,190)
0 Favorites   0 Comments

Color spaces of #a649be

RGB 16673190
HSL0.800.470.52
HSV288°62°75°
CMYK 0.130.620.00   0.25
XYZ27.402716.589850.4731
Yxy16.58980.29010.1756
Hunter Lab40.730648.8126-44.9604
CIE-Lab47.739055.5730-44.8906

#a649be color RGB value is (166,73,190).

#a649be hex color red value is 166, green value is 73 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a649be hue: 0.80 , saturation: 0.47 and the lightness value of a649be is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001001 10111110
Octal 246 111 276
Decimal 166 73 190
Hex A6 49 BE

RGB Percentages of Color #a649be

%38.69
%17.02
%44.29

CMYK Percentages of Color #a649be

%13
%62
%0
%25

Triadic Colors of #a649be

#a649be #bea649 #49bea6

Analogous Colors of #a649be

#a649be #be499c #6c49be

Monochromatic Colors of #a649be

#a649be

Complementary Color

#a649be #61be49

#a649be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a649be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a649be Color CSS Codes

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

#a649be Text Font Color

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

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


#a649be Background Color

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

This div background color is #a649be


#a649be Border Color

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

This div border color is #a649be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a649be


Comments

No comments written yet.

Please login to write comment.