Color Hex Logo

#8b0eff Color Hex

#8B0EFF
(139,14,255)
0 Favorites   0 Comments

Color spaces of #8b0eff

RGB 13914255
HSL0.751.000.53
HSV271°95°100°
CMYK 0.450.950.00   0.00
XYZ28.854513.023095.6006
Yxy13.02300.20990.0947
Hunter Lab36.087479.5708-131.8064
CIE-Lab42.797982.6040-90.1367

#8b0eff color RGB value is (139,14,255).

#8b0eff hex color red value is 139, green value is 14 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8b0eff hue: 0.75 , saturation: 1.00 and the lightness value of 8b0eff is 0.53.

The process color (four color CMYK) of #8b0eff color hex is 0.45, 0.95, 0.00, 0.00. Web safe color of #8b0eff is #9900ff. Color #8b0eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00001110 11111111
Octal 213 16 377
Decimal 139 14 255
Hex 8B E FF

RGB Percentages of Color #8b0eff

%34.07
%3.43
%62.50

CMYK Percentages of Color #8b0eff

%45
%95
%0
%0

Triadic Colors of #8b0eff

#8b0eff #ff8b0e #0eff8b

Analogous Colors of #8b0eff

#8b0eff #ff0efb #120eff

Monochromatic Colors of #8b0eff

#8b0eff

Complementary Color

#8b0eff #82ff0e

#8b0eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b0eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b0eff Color CSS Codes

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

#8b0eff Text Font Color

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

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


#8b0eff Background Color

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

This div background color is #8b0eff


#8b0eff Border Color

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

This div border color is #8b0eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b0eff

Related Colors


Comments

No comments written yet.

Please login to write comment.