Color Hex Logo

#8b14ed Color Hex

#8B14ED
(139,20,237)
0 Favorites   0 Comments

Color spaces of #8b14ed

RGB 13920237
HSL0.760.860.50
HSV273°92°93°
CMYK 0.410.920.00   0.07
XYZ26.183712.103781.0770
Yxy12.10370.21940.1014
Hunter Lab34.790473.4583-113.8187
CIE-Lab41.380578.0080-82.3451

#8b14ed color RGB value is (139,20,237).

#8b14ed hex color red value is 139, green value is 20 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8b14ed hue: 0.76 , saturation: 0.86 and the lightness value of 8b14ed is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 00010100 11101101
Octal 213 24 355
Decimal 139 20 237
Hex 8B 14 ED

RGB Percentages of Color #8b14ed

%35.10
%5.05
%59.85

CMYK Percentages of Color #8b14ed

%41
%92
%0
%7

Triadic Colors of #8b14ed

#8b14ed #ed8b14 #14ed8b

Analogous Colors of #8b14ed

#8b14ed #ed14e3 #1f14ed

Monochromatic Colors of #8b14ed

#8b14ed

Complementary Color

#8b14ed #76ed14

#8b14ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b14ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b14ed Color CSS Codes

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

#8b14ed Text Font Color

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

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


#8b14ed Background Color

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

This div background color is #8b14ed


#8b14ed Border Color

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

This div border color is #8b14ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b14ed


Comments

No comments written yet.

Please login to write comment.