Color Hex Logo

#a644fe Color Hex

#A644FE
(166,68,254)
0 Favorites   0 Comments

Color spaces of #a644fe

RGB 16668254
HSL0.750.990.63
HSV272°73°100°
CMYK 0.350.730.00   0.00
XYZ35.682419.397095.6293
Yxy19.39700.23680.1287
Hunter Lab44.042067.5453-97.9081
CIE-Lab51.148571.2634-75.7583

#a644fe color RGB value is (166,68,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000100 11111110
Octal 246 104 376
Decimal 166 68 254
Hex A6 44 FE

RGB Percentages of Color #a644fe

%34.02
%13.93
%52.05

CMYK Percentages of Color #a644fe

%35
%73
%0
%0

Triadic Colors of #a644fe

#a644fe #fea644 #44fea6

Analogous Colors of #a644fe

#a644fe #fe44f9 #4944fe

Monochromatic Colors of #a644fe

#a644fe

Complementary Color

#a644fe #9cfe44

#a644fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a644fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a644fe Color CSS Codes

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

#a644fe Text Font Color

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

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


#a644fe Background Color

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

This div background color is #a644fe


#a644fe Border Color

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

This div border color is #a644fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,68,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 #a644fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a644fe


Comments

No comments written yet.

Please login to write comment.