Color Hex Logo

#b05bfb Color Hex

#B05BFB
(176,91,251)
0 Favorites   0 Comments

Color spaces of #b05bfb

RGB 17691251
HSL0.760.950.67
HSV272°64°98°
CMYK 0.300.640.00   0.02
XYZ39.058223.677393.7784
Yxy23.67730.24960.1513
Hunter Lab48.659358.1258-80.2048
CIE-Lab55.763262.4060-66.5581

#b05bfb color RGB value is (176,91,251).

#b05bfb hex color red value is 176, green value is 91 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b05bfb hue: 0.76 , saturation: 0.95 and the lightness value of b05bfb is 0.67.

The process color (four color CMYK) of #b05bfb color hex is 0.30, 0.64, 0.00, 0.02. Web safe color of #b05bfb is #9966ff. Color #b05bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011011 11111011
Octal 260 133 373
Decimal 176 91 251
Hex B0 5B FB

RGB Percentages of Color #b05bfb

%33.98
%17.57
%48.46

CMYK Percentages of Color #b05bfb

%30
%64
%0
%2

Triadic Colors of #b05bfb

#b05bfb #fbb05b #5bfbb0

Analogous Colors of #b05bfb

#b05bfb #fb5bf6 #605bfb

Monochromatic Colors of #b05bfb

#b05bfb

Complementary Color

#b05bfb #a6fb5b

#b05bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05bfb Color CSS Codes

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

#b05bfb Text Font Color

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

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


#b05bfb Background Color

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

This div background color is #b05bfb


#b05bfb Border Color

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

This div border color is #b05bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,91,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b05bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b05bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #b05bfb;
  box-shadow:         1px 1px 3px 2px #b05bfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,91,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.