Color Hex Logo

#a446ff Color Hex

#A446FF
(164,70,255)
0 Favorites   0 Comments

Color spaces of #a446ff

RGB 16470255
HSL0.751.000.64
HSV270°73°100°
CMYK 0.360.730.00   0.00
XYZ35.550019.492896.4965
Yxy19.49280.23460.1286
Hunter Lab44.150766.4641-98.6799
CIE-Lab51.258870.3410-76.1452

#a446ff color RGB value is (164,70,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000110 11111111
Octal 244 106 377
Decimal 164 70 255
Hex A4 46 FF

RGB Percentages of Color #a446ff

%33.54
%14.31
%52.15

CMYK Percentages of Color #a446ff

%36
%73
%0
%0

Triadic Colors of #a446ff

#a446ff #ffa446 #46ffa4

Analogous Colors of #a446ff

#a446ff #ff46fe #4846ff

Monochromatic Colors of #a446ff

#a446ff

Complementary Color

#a446ff #a1ff46

#a446ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a446ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a446ff Color CSS Codes

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

#a446ff Text Font Color

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

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


#a446ff Background Color

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

This div background color is #a446ff


#a446ff Border Color

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

This div border color is #a446ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a446ff


Comments

No comments written yet.

Please login to write comment.