Color Hex Logo

#8000bf Color Hex

#8000BF
(128,0,191)
1 Favorites   1 Comments

Color spaces of #8000bf

RGB 1280191
HSL0.781.000.37
HSV280°100°75°
CMYK 0.331.000.00   0.25
XYZ18.30618.350849.9372
Yxy8.35080.23900.1090
Hunter Lab28.897862.5048-82.2286
CIE-Lab34.703070.2027-66.8166

#8000bf color RGB value is (128,0,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000000 10111111
Octal 200 0 277
Decimal 128 0 191
Hex 80 0 BF

RGB Percentages of Color #8000bf

%40.13
%0.00
%59.87

CMYK Percentages of Color #8000bf

%33
%100
%0
%25

Triadic Colors of #8000bf

#8000bf #bf8000 #00bf80

Analogous Colors of #8000bf

#8000bf #bf009f #2000bf

Monochromatic Colors of #8000bf

#8000bf

Complementary Color

#8000bf #3fbf00

#8000bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8000bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8000bf Color CSS Codes

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

#8000bf Text Font Color

<p style="color:#8000bf">Text here</p>

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


#8000bf Background Color

<div style="background-color:#8000bf">
Div content here</div>

This div background color is #8000bf


#8000bf Border Color

<div style="border:3px solid #8000bf">
Div here</div>

This div border color is #8000bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,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 #8000bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8000bf


Comments

29 Jan 2021, 14:52 thisisdone

True Purple

Please login to write comment.