Color Hex Logo

#8b0ebe Color Hex

#8B0EBE
(139,14,190)
0 Favorites   0 Comments

Color spaces of #8b0ebe

RGB 13914190
HSL0.790.860.40
HSV283°93°75°
CMYK 0.270.930.00   0.25
XYZ20.09889.520749.4936
Yxy9.52070.25410.1203
Hunter Lab30.855662.2743-73.5045
CIE-Lab36.968169.5733-62.4533

#8b0ebe color RGB value is (139,14,190).

#8b0ebe hex color red value is 139, green value is 14 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8b0ebe hue: 0.79 , saturation: 0.86 and the lightness value of 8b0ebe is 0.40.

The process color (four color CMYK) of #8b0ebe color hex is 0.27, 0.93, 0.00, 0.25. Web safe color of #8b0ebe is #9900cc. Color #8b0ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00001110 10111110
Octal 213 16 276
Decimal 139 14 190
Hex 8B E BE

RGB Percentages of Color #8b0ebe

%40.52
%4.08
%55.39

CMYK Percentages of Color #8b0ebe

%27
%93
%0
%25

Triadic Colors of #8b0ebe

#8b0ebe #be8b0e #0ebe8b

Analogous Colors of #8b0ebe

#8b0ebe #be0e99 #330ebe

Monochromatic Colors of #8b0ebe

#8b0ebe

Complementary Color

#8b0ebe #41be0e

#8b0ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b0ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b0ebe Color CSS Codes

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

#8b0ebe Text Font Color

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

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


#8b0ebe Background Color

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

This div background color is #8b0ebe


#8b0ebe Border Color

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

This div border color is #8b0ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b0ebe


Comments

No comments written yet.

Please login to write comment.