Color Hex Logo

#8b23eb Color Hex

#8B23EB
(139,35,235)
0 Favorites   0 Comments

Color spaces of #8b23eb

RGB 13935235
HSL0.750.830.53
HSV271°85°92°
CMYK 0.410.850.00   0.08
XYZ26.243912.689279.6633
Yxy12.68920.22130.1070
Hunter Lab35.621969.1689-107.6583
CIE-Lab42.291274.3317-79.7151

#8b23eb color RGB value is (139,35,235).

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

The process color (four color CMYK) of #8b23eb color hex is 0.41, 0.85, 0.00, 0.08. Web safe color of #8b23eb is #9933ff. Color #8b23eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00100011 11101011
Octal 213 43 353
Decimal 139 35 235
Hex 8B 23 EB

RGB Percentages of Color #8b23eb

%33.99
%8.56
%57.46

CMYK Percentages of Color #8b23eb

%41
%85
%0
%8

Triadic Colors of #8b23eb

#8b23eb #eb8b23 #23eb8b

Analogous Colors of #8b23eb

#8b23eb #eb23e7 #2723eb

Monochromatic Colors of #8b23eb

#8b23eb

Complementary Color

#8b23eb #83eb23

#8b23eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b23eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b23eb Color CSS Codes

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

#8b23eb Text Font Color

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

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


#8b23eb Background Color

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

This div background color is #8b23eb


#8b23eb Border Color

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

This div border color is #8b23eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b23eb


Comments

No comments written yet.

Please login to write comment.