Color Hex Logo

#8b6fed Color Hex

#8B6FED
(139,111,237)
0 Favorites   0 Comments

Color spaces of #8b6fed

RGB 139111237
HSL0.700.780.68
HSV253°53°93°
CMYK 0.410.530.00   0.07
XYZ31.618022.972382.8884
Yxy22.97230.23000.1671
Hunter Lab47.929433.8761-68.9846
CIE-Lab55.043840.2226-60.1277

#8b6fed color RGB value is (139,111,237).

#8b6fed hex color red value is 139, green value is 111 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8b6fed hue: 0.70 , saturation: 0.78 and the lightness value of 8b6fed is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 01101111 11101101
Octal 213 157 355
Decimal 139 111 237
Hex 8B 6F ED

RGB Percentages of Color #8b6fed

%28.54
%22.79
%48.67

CMYK Percentages of Color #8b6fed

%41
%53
%0
%7

Triadic Colors of #8b6fed

#8b6fed #ed8b6f #6fed8b

Analogous Colors of #8b6fed

#8b6fed #ca6fed #6f92ed

Monochromatic Colors of #8b6fed

#8b6fed

Complementary Color

#8b6fed #d1ed6f

#8b6fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b6fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b6fed Color CSS Codes

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

#8b6fed Text Font Color

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

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


#8b6fed Background Color

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

This div background color is #8b6fed


#8b6fed Border Color

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

This div border color is #8b6fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b6fed


Comments

No comments written yet.

Please login to write comment.