Color Hex Logo

#8b3198 Color Hex

#8B3198
(139,49,152)
0 Favorites   0 Comments

Color spaces of #8b3198

RGB 13949152
HSL0.810.510.39
HSV292°68°60°
CMYK 0.090.680.00   0.40
XYZ17.41339.952630.7090
Yxy9.95260.29980.1714
Hunter Lab31.547743.3175-35.6303
CIE-Lab37.757252.2655-38.4743

#8b3198 color RGB value is (139,49,152).

#8b3198 hex color red value is 139, green value is 49 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #8b3198 hue: 0.81 , saturation: 0.51 and the lightness value of 8b3198 is 0.39.

The process color (four color CMYK) of #8b3198 color hex is 0.09, 0.68, 0.00, 0.40. Web safe color of #8b3198 is #993399. Color #8b3198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00110001 10011000
Octal 213 61 230
Decimal 139 49 152
Hex 8B 31 98

RGB Percentages of Color #8b3198

%40.88
%14.41
%44.71

CMYK Percentages of Color #8b3198

%9
%68
%0
%40

Triadic Colors of #8b3198

#8b3198 #988b31 #31988b

Analogous Colors of #8b3198

#8b3198 #983172 #573198

Monochromatic Colors of #8b3198

#8b3198

Complementary Color

#8b3198 #3e9831

#8b3198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b3198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b3198 Color CSS Codes

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

#8b3198 Text Font Color

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

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


#8b3198 Background Color

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

This div background color is #8b3198


#8b3198 Border Color

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

This div border color is #8b3198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b3198


Comments

No comments written yet.

Please login to write comment.