Color Hex Logo

#a64afc Color Hex

#A64AFC
(166,74,252)
0 Favorites   0 Comments

Color spaces of #a64afc

RGB 16674252
HSL0.750.970.64
HSV271°71°99°
CMYK 0.340.710.00   0.01
XYZ35.745420.032894.0782
Yxy20.03280.23850.1337
Hunter Lab44.758064.2301-93.2928
CIE-Lab51.874368.3471-73.4657

#a64afc color RGB value is (166,74,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001010 11111100
Octal 246 112 374
Decimal 166 74 252
Hex A6 4A FC

RGB Percentages of Color #a64afc

%33.74
%15.04
%51.22

CMYK Percentages of Color #a64afc

%34
%71
%0
%1

Triadic Colors of #a64afc

#a64afc #fca64a #4afca6

Analogous Colors of #a64afc

#a64afc #fc4af9 #4d4afc

Monochromatic Colors of #a64afc

#a64afc

Complementary Color

#a64afc #a0fc4a

#a64afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64afc Color CSS Codes

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

#a64afc Text Font Color

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

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


#a64afc Background Color

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

This div background color is #a64afc


#a64afc Border Color

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

This div border color is #a64afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64afc


Comments

No comments written yet.

Please login to write comment.