Color Hex Logo

#8461ba Color Hex

#8461BA
(132,97,186)
0 Favorites   0 Comments

Color spaces of #8461ba

RGB 13297186
HSL0.730.390.55
HSV264°48°73°
CMYK 0.290.480.00   0.27
XYZ22.653317.000148.5418
Yxy17.00010.25690.1928
Hunter Lab41.231225.9172-40.9408
CIE-Lab48.260233.0208-41.9920

#8461ba color RGB value is (132,97,186).

#8461ba hex color red value is 132, green value is 97 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8461ba hue: 0.73 , saturation: 0.39 and the lightness value of 8461ba is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100001 10111010
Octal 204 141 272
Decimal 132 97 186
Hex 84 61 BA

RGB Percentages of Color #8461ba

%31.81
%23.37
%44.82

CMYK Percentages of Color #8461ba

%29
%48
%0
%27

Triadic Colors of #8461ba

#8461ba #ba8461 #61ba84

Analogous Colors of #8461ba

#8461ba #b161ba #616bba

Monochromatic Colors of #8461ba

#8461ba

Complementary Color

#8461ba #97ba61

#8461ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8461ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8461ba Color CSS Codes

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

#8461ba Text Font Color

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

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


#8461ba Background Color

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

This div background color is #8461ba


#8461ba Border Color

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

This div border color is #8461ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,97,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 #8461ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8461ba


Comments

No comments written yet.

Please login to write comment.