Color Hex Logo

#a446bb Color Hex

#A446BB
(164,70,187)
0 Favorites   0 Comments

Color spaces of #a446bb

RGB 16470187
HSL0.800.460.50
HSV288°63°73°
CMYK 0.120.630.00   0.27
XYZ26.469615.860748.6800
Yxy15.86070.29080.1743
Hunter Lab39.825548.9436-44.5943
CIE-Lab46.791255.8657-44.6696

#a446bb color RGB value is (164,70,187).

#a446bb hex color red value is 164, green value is 70 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a446bb hue: 0.80 , saturation: 0.46 and the lightness value of a446bb is 0.50.

The process color (four color CMYK) of #a446bb color hex is 0.12, 0.63, 0.00, 0.27. Web safe color of #a446bb is #9933cc. Color #a446bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000110 10111011
Octal 244 106 273
Decimal 164 70 187
Hex A4 46 BB

RGB Percentages of Color #a446bb

%38.95
%16.63
%44.42

CMYK Percentages of Color #a446bb

%12
%63
%0
%27

Triadic Colors of #a446bb

#a446bb #bba446 #46bba4

Analogous Colors of #a446bb

#a446bb #bb4698 #6a46bb

Monochromatic Colors of #a446bb

#a446bb

Complementary Color

#a446bb #5dbb46

#a446bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a446bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a446bb Color CSS Codes

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

#a446bb Text Font Color

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

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


#a446bb Background Color

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

This div background color is #a446bb


#a446bb Border Color

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

This div border color is #a446bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,70,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a446bb


Comments

No comments written yet.

Please login to write comment.