Color Hex Logo

#8456ba Color Hex

#8456BA
(132,86,186)
0 Favorites   0 Comments

Color spaces of #8456ba

RGB 13286186
HSL0.740.420.53
HSV268°54°73°
CMYK 0.290.540.00   0.27
XYZ21.706415.106348.2261
Yxy15.10630.25530.1776
Hunter Lab38.866831.6720-46.3605
CIE-Lab45.779439.3326-45.9372

#8456ba color RGB value is (132,86,186).

#8456ba hex color red value is 132, green value is 86 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8456ba hue: 0.74 , saturation: 0.42 and the lightness value of 8456ba is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010110 10111010
Octal 204 126 272
Decimal 132 86 186
Hex 84 56 BA

RGB Percentages of Color #8456ba

%32.67
%21.29
%46.04

CMYK Percentages of Color #8456ba

%29
%54
%0
%27

Triadic Colors of #8456ba

#8456ba #ba8456 #56ba84

Analogous Colors of #8456ba

#8456ba #b656ba #565aba

Monochromatic Colors of #8456ba

#8456ba

Complementary Color

#8456ba #8cba56

#8456ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8456ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8456ba Color CSS Codes

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

#8456ba Text Font Color

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

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


#8456ba Background Color

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

This div background color is #8456ba


#8456ba Border Color

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

This div border color is #8456ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8456ba


Comments

No comments written yet.

Please login to write comment.