Color Hex Logo

#8554ba Color Hex

#8554BA
(133,84,186)
0 Favorites   0 Comments

Color spaces of #8554ba

RGB 13384186
HSL0.750.430.53
HSV269°55°73°
CMYK 0.280.550.00   0.27
XYZ21.706114.872448.1810
Yxy14.87240.25610.1755
Hunter Lab38.564832.9801-47.0788
CIE-Lab45.458940.7127-46.4423

#8554ba color RGB value is (133,84,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010100 10111010
Octal 205 124 272
Decimal 133 84 186
Hex 85 54 BA

RGB Percentages of Color #8554ba

%33.00
%20.84
%46.15

CMYK Percentages of Color #8554ba

%28
%55
%0
%27

Triadic Colors of #8554ba

#8554ba #ba8554 #54ba85

Analogous Colors of #8554ba

#8554ba #b854ba #5456ba

Monochromatic Colors of #8554ba

#8554ba

Complementary Color

#8554ba #89ba54

#8554ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8554ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8554ba Color CSS Codes

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

#8554ba Text Font Color

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

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


#8554ba Background Color

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

This div background color is #8554ba


#8554ba Border Color

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

This div border color is #8554ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8554ba


Comments

No comments written yet.

Please login to write comment.