Color Hex Logo

#8b049a Color Hex

#8B049A
(139,4,154)
0 Favorites   0 Comments

Color spaces of #8b049a

RGB 1394154
HSL0.820.950.31
HSV294°97°60°
CMYK 0.100.970.00   0.40
XYZ16.52367.908931.2275
Yxy7.90890.29690.1421
Hunter Lab28.122855.6633-46.1496
CIE-Lab33.792464.4339-46.0442

#8b049a color RGB value is (139,4,154).

#8b049a hex color red value is 139, green value is 4 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8b049a hue: 0.82 , saturation: 0.95 and the lightness value of 8b049a is 0.31.

The process color (four color CMYK) of #8b049a color hex is 0.10, 0.97, 0.00, 0.40. Web safe color of #8b049a is #990099. Color #8b049a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00000100 10011010
Octal 213 4 232
Decimal 139 4 154
Hex 8B 4 9A

RGB Percentages of Color #8b049a

%46.80
%1.35
%51.85

CMYK Percentages of Color #8b049a

%10
%97
%0
%40

Triadic Colors of #8b049a

#8b049a #9a8b04 #049a8b

Analogous Colors of #8b049a

#8b049a #9a045e #40049a

Monochromatic Colors of #8b049a

#8b049a

Complementary Color

#8b049a #139a04

#8b049a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b049a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b049a Color CSS Codes

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

#8b049a Text Font Color

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

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


#8b049a Background Color

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

This div background color is #8b049a


#8b049a Border Color

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

This div border color is #8b049a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b049a


Comments

No comments written yet.

Please login to write comment.