Color Hex Logo

#8454ba Color Hex

#8454BA
(132,84,186)
0 Favorites   0 Comments

Color spaces of #8454ba

RGB 13284186
HSL0.750.430.53
HSV268°55°73°
CMYK 0.290.550.00   0.27
XYZ21.549014.791448.1736
Yxy14.79140.25500.1750
Hunter Lab38.459632.7097-47.3436
CIE-Lab45.347240.4554-46.6272

#8454ba color RGB value is (132,84,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010100 10111010
Octal 204 124 272
Decimal 132 84 186
Hex 84 54 BA

RGB Percentages of Color #8454ba

%32.84
%20.90
%46.27

CMYK Percentages of Color #8454ba

%29
%55
%0
%27

Triadic Colors of #8454ba

#8454ba #ba8454 #54ba84

Analogous Colors of #8454ba

#8454ba #b754ba #5457ba

Monochromatic Colors of #8454ba

#8454ba

Complementary Color

#8454ba #8aba54

#8454ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8454ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8454ba Color CSS Codes

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

#8454ba Text Font Color

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

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


#8454ba Background Color

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

This div background color is #8454ba


#8454ba Border Color

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

This div border color is #8454ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8454ba


Comments

No comments written yet.

Please login to write comment.