Color Hex Logo

#8b5395 Color Hex

#8B5395
(139,83,149)
0 Favorites   0 Comments

Color spaces of #8b5395

RGB 13983149
HSL0.810.280.45
HSV291°44°58°
CMYK 0.070.440.00   0.42
XYZ19.165513.845430.0961
Yxy13.84540.30370.2194
Hunter Lab37.209426.8238-21.9090
CIE-Lab44.010434.5345-26.8145

#8b5395 color RGB value is (139,83,149).

#8b5395 hex color red value is 139, green value is 83 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #8b5395 hue: 0.81 , saturation: 0.28 and the lightness value of 8b5395 is 0.45.

The process color (four color CMYK) of #8b5395 color hex is 0.07, 0.44, 0.00, 0.42. Web safe color of #8b5395 is #996699. Color #8b5395 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01010011 10010101
Octal 213 123 225
Decimal 139 83 149
Hex 8B 53 95

RGB Percentages of Color #8b5395

%37.47
%22.37
%40.16

CMYK Percentages of Color #8b5395

%7
%44
%0
%42

Triadic Colors of #8b5395

#8b5395 #958b53 #53958b

Analogous Colors of #8b5395

#8b5395 #95537e #6a5395

Monochromatic Colors of #8b5395

#8b5395

Complementary Color

#8b5395 #5d9553

#8b5395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b5395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b5395 Color CSS Codes

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

#8b5395 Text Font Color

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

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


#8b5395 Background Color

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

This div background color is #8b5395


#8b5395 Border Color

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

This div border color is #8b5395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b5395


Comments

No comments written yet.

Please login to write comment.