Color Hex Logo

#8b00bf Color Hex

#8B00BF
(139,0,191)
0 Favorites   0 Comments

Color spaces of #8b00bf

RGB 1390191
HSL0.791.000.37
HSV284°100°75°
CMYK 0.271.000.00   0.25
XYZ20.05149.250650.0189
Yxy9.25060.25280.1166
Hunter Lab30.414864.4528-76.2155
CIE-Lab36.462471.5188-63.8673

#8b00bf color RGB value is (139,0,191).

#8b00bf hex color red value is 139, green value is 0 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8b00bf hue: 0.79 , saturation: 1.00 and the lightness value of 8b00bf is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 00000000 10111111
Octal 213 0 277
Decimal 139 0 191
Hex 8B 0 BF

RGB Percentages of Color #8b00bf

%42.12
%0.00
%57.88

CMYK Percentages of Color #8b00bf

%27
%100
%0
%25

Triadic Colors of #8b00bf

#8b00bf #bf8b00 #00bf8b

Analogous Colors of #8b00bf

#8b00bf #bf0094 #2b00bf

Monochromatic Colors of #8b00bf

#8b00bf

Complementary Color

#8b00bf #34bf00

#8b00bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b00bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b00bf Color CSS Codes

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

#8b00bf Text Font Color

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

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


#8b00bf Background Color

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

This div background color is #8b00bf


#8b00bf Border Color

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

This div border color is #8b00bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b00bf


Comments

No comments written yet.

Please login to write comment.