Color Hex Logo

#8b2dbe Color Hex

#8B2DBE
(139,45,190)
0 Favorites   0 Comments

Color spaces of #8b2dbe

RGB 13945190
HSL0.770.620.46
HSV279°76°75°
CMYK 0.270.760.00   0.25
XYZ20.880111.083449.7540
Yxy11.08340.25550.1356
Hunter Lab33.291753.6921-65.3038
CIE-Lab39.720661.5200-57.9768

#8b2dbe color RGB value is (139,45,190).

#8b2dbe hex color red value is 139, green value is 45 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8b2dbe hue: 0.77 , saturation: 0.62 and the lightness value of 8b2dbe is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 00101101 10111110
Octal 213 55 276
Decimal 139 45 190
Hex 8B 2D BE

RGB Percentages of Color #8b2dbe

%37.17
%12.03
%50.80

CMYK Percentages of Color #8b2dbe

%27
%76
%0
%25

Triadic Colors of #8b2dbe

#8b2dbe #be8b2d #2dbe8b

Analogous Colors of #8b2dbe

#8b2dbe #be2da9 #422dbe

Monochromatic Colors of #8b2dbe

#8b2dbe

Complementary Color

#8b2dbe #60be2d

#8b2dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b2dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b2dbe Color CSS Codes

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

#8b2dbe Text Font Color

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

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


#8b2dbe Background Color

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

This div background color is #8b2dbe


#8b2dbe Border Color

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

This div border color is #8b2dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b2dbe


Comments

No comments written yet.

Please login to write comment.