Color Hex Logo

#8b54ae Color Hex

#8B54AE
(139,84,174)
0 Favorites   0 Comments

Color spaces of #8b54ae

RGB 13984174
HSL0.770.360.51
HSV277°52°68°
CMYK 0.200.520.00   0.32
XYZ21.457814.885641.7867
Yxy14.88560.27460.1905
Hunter Lab38.581931.7568-37.2077
CIE-Lab45.477139.4645-39.3464

#8b54ae color RGB value is (139,84,174).

#8b54ae hex color red value is 139, green value is 84 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8b54ae hue: 0.77 , saturation: 0.36 and the lightness value of 8b54ae is 0.51.

The process color (four color CMYK) of #8b54ae color hex is 0.20, 0.52, 0.00, 0.32. Web safe color of #8b54ae is #996699. Color #8b54ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01010100 10101110
Octal 213 124 256
Decimal 139 84 174
Hex 8B 54 AE

RGB Percentages of Color #8b54ae

%35.01
%21.16
%43.83

CMYK Percentages of Color #8b54ae

%20
%52
%0
%32

Triadic Colors of #8b54ae

#8b54ae #ae8b54 #54ae8b

Analogous Colors of #8b54ae

#8b54ae #ae54a4 #5e54ae

Monochromatic Colors of #8b54ae

#8b54ae

Complementary Color

#8b54ae #77ae54

#8b54ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b54ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b54ae Color CSS Codes

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

#8b54ae Text Font Color

<p style="color:#8b54ae">Text here</p>

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


#8b54ae Background Color

<div style="background-color:#8b54ae">
Div content here</div>

This div background color is #8b54ae


#8b54ae Border Color

<div style="border:3px solid #8b54ae">
Div here</div>

This div border color is #8b54ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,84,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b54ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b54ae;
  -webkit-box-shadow: 1px 1px 3px 2px #8b54ae;
  box-shadow:         1px 1px 3px 2px #8b54ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,84,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b54ae


Comments

No comments written yet.

Please login to write comment.