Color Hex Logo

#a64cff Color Hex

#A64CFF
(166,76,255)
1 Favorites   0 Comments

Color spaces of #a64cff

RGB 16676255
HSL0.751.000.65
HSV270°70°100°
CMYK 0.350.700.00   0.00
XYZ36.360320.495996.6474
Yxy20.49590.23690.1335
Hunter Lab45.272464.1347-94.8815
CIE-Lab52.393368.1676-74.2893

#a64cff color RGB value is (166,76,255).

#a64cff hex color red value is 166, green value is 76 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a64cff hue: 0.75 , saturation: 1.00 and the lightness value of a64cff is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001100 11111111
Octal 246 114 377
Decimal 166 76 255
Hex A6 4C FF

RGB Percentages of Color #a64cff

%33.40
%15.29
%51.31

CMYK Percentages of Color #a64cff

%35
%70
%0
%0

Triadic Colors of #a64cff

#a64cff #ffa64c #4cffa6

Analogous Colors of #a64cff

#a64cff #ff4cff #4d4cff

Monochromatic Colors of #a64cff

#a64cff

Complementary Color

#a64cff #a5ff4c

#a64cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64cff Color CSS Codes

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

#a64cff Text Font Color

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

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


#a64cff Background Color

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

This div background color is #a64cff


#a64cff Border Color

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

This div border color is #a64cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64cff


Comments

No comments written yet.

Please login to write comment.