Color Hex Logo

#a64fe1 Color Hex

#A64FE1
(166,79,225)
0 Favorites   0 Comments

Color spaces of #a64fe1

RGB 16679225
HSL0.770.710.60
HSV276°65°88°
CMYK 0.260.650.00   0.12
XYZ32.112519.135273.2351
Yxy19.13520.25800.1537
Hunter Lab43.743854.4859-68.6416
CIE-Lab50.845060.1176-59.9832

#a64fe1 color RGB value is (166,79,225).

#a64fe1 hex color red value is 166, green value is 79 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #a64fe1 hue: 0.77 , saturation: 0.71 and the lightness value of a64fe1 is 0.60.

The process color (four color CMYK) of #a64fe1 color hex is 0.26, 0.65, 0.00, 0.12. Web safe color of #a64fe1 is #9966cc. Color #a64fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001111 11100001
Octal 246 117 341
Decimal 166 79 225
Hex A6 4F E1

RGB Percentages of Color #a64fe1

%35.32
%16.81
%47.87

CMYK Percentages of Color #a64fe1

%26
%65
%0
%12

Triadic Colors of #a64fe1

#a64fe1 #e1a64f #4fe1a6

Analogous Colors of #a64fe1

#a64fe1 #e14fd3 #5d4fe1

Monochromatic Colors of #a64fe1

#a64fe1

Complementary Color

#a64fe1 #8ae14f

#a64fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64fe1 Color CSS Codes

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

#a64fe1 Text Font Color

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

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


#a64fe1 Background Color

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

This div background color is #a64fe1


#a64fe1 Border Color

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

This div border color is #a64fe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64fe1


Comments

No comments written yet.

Please login to write comment.