Color Hex Logo

#8b60bb Color Hex

#8B60BB
(139,96,187)
0 Favorites   0 Comments

Color spaces of #8b60bb

RGB 13996187
HSL0.750.400.55
HSV268°49°73°
CMYK 0.260.490.00   0.27
XYZ23.800017.442649.1261
Yxy17.44260.26340.1930
Hunter Lab41.764328.6332-40.5060
CIE-Lab48.812935.7831-41.6496

#8b60bb color RGB value is (139,96,187).

#8b60bb hex color red value is 139, green value is 96 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8b60bb hue: 0.75 , saturation: 0.40 and the lightness value of 8b60bb is 0.55.

The process color (four color CMYK) of #8b60bb color hex is 0.26, 0.49, 0.00, 0.27. Web safe color of #8b60bb is #9966cc. Color #8b60bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01100000 10111011
Octal 213 140 273
Decimal 139 96 187
Hex 8B 60 BB

RGB Percentages of Color #8b60bb

%32.94
%22.75
%44.31

CMYK Percentages of Color #8b60bb

%26
%49
%0
%27

Triadic Colors of #8b60bb

#8b60bb #bb8b60 #60bb8b

Analogous Colors of #8b60bb

#8b60bb #b960bb #6063bb

Monochromatic Colors of #8b60bb

#8b60bb

Complementary Color

#8b60bb #90bb60

#8b60bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b60bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b60bb Color CSS Codes

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

#8b60bb Text Font Color

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

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


#8b60bb Background Color

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

This div background color is #8b60bb


#8b60bb Border Color

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

This div border color is #8b60bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b60bb


Comments

No comments written yet.

Please login to write comment.