Color Hex Logo

#8b6beb Color Hex

#8B6BEB
(139,107,235)
0 Favorites   0 Comments

Color spaces of #8b6beb

RGB 139107235
HSL0.710.760.67
HSV255°54°92°
CMYK 0.410.540.00   0.08
XYZ30.900622.002581.2155
Yxy22.00250.23040.1641
Hunter Lab46.906835.5027-69.8212
CIE-Lab54.029741.9535-60.6393

#8b6beb color RGB value is (139,107,235).

#8b6beb hex color red value is 139, green value is 107 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8b6beb hue: 0.71 , saturation: 0.76 and the lightness value of 8b6beb is 0.67.

The process color (four color CMYK) of #8b6beb color hex is 0.41, 0.54, 0.00, 0.08. Web safe color of #8b6beb is #9966ff. Color #8b6beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01101011 11101011
Octal 213 153 353
Decimal 139 107 235
Hex 8B 6B EB

RGB Percentages of Color #8b6beb

%28.90
%22.25
%48.86

CMYK Percentages of Color #8b6beb

%41
%54
%0
%8

Triadic Colors of #8b6beb

#8b6beb #eb8b6b #6beb8b

Analogous Colors of #8b6beb

#8b6beb #cb6beb #6b8beb

Monochromatic Colors of #8b6beb

#8b6beb

Complementary Color

#8b6beb #cbeb6b

#8b6beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b6beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b6beb Color CSS Codes

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

#8b6beb Text Font Color

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

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


#8b6beb Background Color

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

This div background color is #8b6beb


#8b6beb Border Color

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

This div border color is #8b6beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b6beb


Comments

No comments written yet.

Please login to write comment.