Color Hex Logo

#8b1dff Color Hex

#8B1DFF
(139,29,255)
0 Favorites   0 Comments

Color spaces of #8b1dff

RGB 13929255
HSL0.751.000.56
HSV269°89°100°
CMYK 0.450.890.00   0.00
XYZ29.136813.587795.6947
Yxy13.58770.21050.0982
Hunter Lab36.861576.5859-128.1174
CIE-Lab43.635780.0849-88.7549

#8b1dff color RGB value is (139,29,255).

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

The process color (four color CMYK) of #8b1dff color hex is 0.45, 0.89, 0.00, 0.00. Web safe color of #8b1dff is #9933ff. Color #8b1dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00011101 11111111
Octal 213 35 377
Decimal 139 29 255
Hex 8B 1D FF

RGB Percentages of Color #8b1dff

%32.86
%6.86
%60.28

CMYK Percentages of Color #8b1dff

%45
%89
%0
%0

Triadic Colors of #8b1dff

#8b1dff #ff8b1d #1dff8b

Analogous Colors of #8b1dff

#8b1dff #fc1dff #1d20ff

Monochromatic Colors of #8b1dff

#8b1dff

Complementary Color

#8b1dff #91ff1d

#8b1dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b1dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b1dff Color CSS Codes

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

#8b1dff Text Font Color

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

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


#8b1dff Background Color

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

This div background color is #8b1dff


#8b1dff Border Color

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

This div border color is #8b1dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b1dff


Comments

No comments written yet.

Please login to write comment.