Color Hex Logo

#8446ba Color Hex

#8446BA
(132,70,186)
0 Favorites   0 Comments

Color spaces of #8446ba

RGB 13270186
HSL0.760.460.50
HSV272°62°73°
CMYK 0.290.620.00   0.27
XYZ20.568812.831047.8469
Yxy12.83100.25320.1579
Hunter Lab35.820439.8127-54.1221
CIE-Lab42.507548.0007-51.1779

#8446ba color RGB value is (132,70,186).

#8446ba hex color red value is 132, green value is 70 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8446ba hue: 0.76 , saturation: 0.46 and the lightness value of 8446ba is 0.50.

The process color (four color CMYK) of #8446ba color hex is 0.29, 0.62, 0.00, 0.27. Web safe color of #8446ba is #9933cc. Color #8446ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000110 10111010
Octal 204 106 272
Decimal 132 70 186
Hex 84 46 BA

RGB Percentages of Color #8446ba

%34.02
%18.04
%47.94

CMYK Percentages of Color #8446ba

%29
%62
%0
%27

Triadic Colors of #8446ba

#8446ba #ba8446 #46ba84

Analogous Colors of #8446ba

#8446ba #ba46b6 #4a46ba

Monochromatic Colors of #8446ba

#8446ba

Complementary Color

#8446ba #7cba46

#8446ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8446ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8446ba Color CSS Codes

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

#8446ba Text Font Color

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

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


#8446ba Background Color

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

This div background color is #8446ba


#8446ba Border Color

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

This div border color is #8446ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,70,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8446ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8446ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8446ba;
  box-shadow:         1px 1px 3px 2px #8446ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8446ba


Comments

No comments written yet.

Please login to write comment.