Color Hex Logo

#8b4fed Color Hex

#8B4FED
(139,79,237)
0 Favorites   0 Comments

Color spaces of #8b4fed

RGB 13979237
HSL0.730.810.62
HSV263°67°93°
CMYK 0.410.670.00   0.07
XYZ28.729517.195481.9256
Yxy17.19540.22470.1345
Hunter Lab41.467351.1010-88.1101
CIE-Lab48.505357.5171-70.6911

#8b4fed color RGB value is (139,79,237).

#8b4fed hex color red value is 139, green value is 79 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8b4fed hue: 0.73 , saturation: 0.81 and the lightness value of 8b4fed is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 01001111 11101101
Octal 213 117 355
Decimal 139 79 237
Hex 8B 4F ED

RGB Percentages of Color #8b4fed

%30.55
%17.36
%52.09

CMYK Percentages of Color #8b4fed

%41
%67
%0
%7

Triadic Colors of #8b4fed

#8b4fed #ed8b4f #4fed8b

Analogous Colors of #8b4fed

#8b4fed #da4fed #4f62ed

Monochromatic Colors of #8b4fed

#8b4fed

Complementary Color

#8b4fed #b1ed4f

#8b4fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b4fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b4fed Color CSS Codes

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

#8b4fed Text Font Color

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

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


#8b4fed Background Color

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

This div background color is #8b4fed


#8b4fed Border Color

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

This div border color is #8b4fed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,79,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 #8b4fed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b4fed


Comments

No comments written yet.

Please login to write comment.