Color Hex Logo

#a64fca Color Hex

#A64FCA
(166,79,202)
0 Favorites   0 Comments

Color spaces of #a64fca

RGB 16679202
HSL0.780.540.55
HSV282°61°79°
CMYK 0.180.610.00   0.21
XYZ29.182517.963257.8063
Yxy17.96320.27810.1712
Hunter Lab42.383048.7345-51.1977
CIE-Lab49.451455.1934-49.0980

#a64fca color RGB value is (166,79,202).

#a64fca hex color red value is 166, green value is 79 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a64fca hue: 0.78 , saturation: 0.54 and the lightness value of a64fca is 0.55.

The process color (four color CMYK) of #a64fca color hex is 0.18, 0.61, 0.00, 0.21. Web safe color of #a64fca is #9966cc. Color #a64fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001111 11001010
Octal 246 117 312
Decimal 166 79 202
Hex A6 4F CA

RGB Percentages of Color #a64fca

%37.14
%17.67
%45.19

CMYK Percentages of Color #a64fca

%18
%61
%0
%21

Triadic Colors of #a64fca

#a64fca #caa64f #4fcaa6

Analogous Colors of #a64fca

#a64fca #ca4fb1 #694fca

Monochromatic Colors of #a64fca

#a64fca

Complementary Color

#a64fca #73ca4f

#a64fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64fca Color CSS Codes

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

#a64fca Text Font Color

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

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


#a64fca Background Color

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

This div background color is #a64fca


#a64fca Border Color

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

This div border color is #a64fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64fca


Comments

No comments written yet.

Please login to write comment.