Color Hex Logo

#8b369c Color Hex

#8B369C
(139,54,156)
0 Favorites   0 Comments

Color spaces of #8b369c

RGB 13954156
HSL0.810.490.41
HSV290°65°61°
CMYK 0.110.650.00   0.39
XYZ17.967410.527632.5375
Yxy10.52760.29440.1725
Hunter Lab32.446342.0650-36.7443
CIE-Lab38.773250.8672-39.2758

#8b369c color RGB value is (139,54,156).

#8b369c hex color red value is 139, green value is 54 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #8b369c hue: 0.81 , saturation: 0.49 and the lightness value of 8b369c is 0.41.

The process color (four color CMYK) of #8b369c color hex is 0.11, 0.65, 0.00, 0.39. Web safe color of #8b369c is #993399. Color #8b369c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00110110 10011100
Octal 213 66 234
Decimal 139 54 156
Hex 8B 36 9C

RGB Percentages of Color #8b369c

%39.83
%15.47
%44.70

CMYK Percentages of Color #8b369c

%11
%65
%0
%39

Triadic Colors of #8b369c

#8b369c #9c8b36 #369c8b

Analogous Colors of #8b369c

#8b369c #9c367a #58369c

Monochromatic Colors of #8b369c

#8b369c

Complementary Color

#8b369c #479c36

#8b369c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b369c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b369c Color CSS Codes

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

#8b369c Text Font Color

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

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


#8b369c Background Color

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

This div background color is #8b369c


#8b369c Border Color

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

This div border color is #8b369c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b369c


Comments

No comments written yet.

Please login to write comment.