Color Hex Logo

#a649fe Color Hex

#A649FE
(166,73,254)
0 Favorites   0 Comments

Color spaces of #a649fe

RGB 16673254
HSL0.750.990.64
HSV271°71°100°
CMYK 0.350.710.00   0.00
XYZ35.997820.027895.7344
Yxy20.02780.23720.1320
Hunter Lab44.752465.2644-95.5065
CIE-Lab51.868669.2189-74.5868

#a649fe color RGB value is (166,73,254).

#a649fe hex color red value is 166, green value is 73 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a649fe hue: 0.75 , saturation: 0.99 and the lightness value of a649fe is 0.64.

The process color (four color CMYK) of #a649fe color hex is 0.35, 0.71, 0.00, 0.00. Web safe color of #a649fe is #9933ff. Color #a649fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001001 11111110
Octal 246 111 376
Decimal 166 73 254
Hex A6 49 FE

RGB Percentages of Color #a649fe

%33.67
%14.81
%51.52

CMYK Percentages of Color #a649fe

%35
%71
%0
%0

Triadic Colors of #a649fe

#a649fe #fea649 #49fea6

Analogous Colors of #a649fe

#a649fe #fe49fc #4c49fe

Monochromatic Colors of #a649fe

#a649fe

Complementary Color

#a649fe #a1fe49

#a649fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a649fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a649fe Color CSS Codes

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

#a649fe Text Font Color

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

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


#a649fe Background Color

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

This div background color is #a649fe


#a649fe Border Color

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

This div border color is #a649fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a649fe

Related Colors


Comments

No comments written yet.

Please login to write comment.