Color Hex Logo

#b37bfb Color Hex

#B37BFB
(179,123,251)
0 Favorites   0 Comments

Color spaces of #b37bfb

RGB 179123251
HSL0.740.940.73
HSV266°51°98°
CMYK 0.290.510.00   0.02
XYZ43.086030.714794.9244
Yxy30.71470.25540.1820
Hunter Lab55.420841.7853-62.7569
CIE-Lab62.266046.7389-56.1183

#b37bfb color RGB value is (179,123,251).

#b37bfb hex color red value is 179, green value is 123 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b37bfb hue: 0.74 , saturation: 0.94 and the lightness value of b37bfb is 0.73.

The process color (four color CMYK) of #b37bfb color hex is 0.29, 0.51, 0.00, 0.02. Web safe color of #b37bfb is #cc66ff. Color #b37bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111011 11111011
Octal 263 173 373
Decimal 179 123 251
Hex B3 7B FB

RGB Percentages of Color #b37bfb

%32.37
%22.24
%45.39

CMYK Percentages of Color #b37bfb

%29
%51
%0
%2

Triadic Colors of #b37bfb

#b37bfb #fbb37b #7bfbb3

Analogous Colors of #b37bfb

#b37bfb #f37bfb #7b83fb

Monochromatic Colors of #b37bfb

#b37bfb

Complementary Color

#b37bfb #c3fb7b

#b37bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37bfb Color CSS Codes

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

#b37bfb Text Font Color

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

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


#b37bfb Background Color

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

This div background color is #b37bfb


#b37bfb Border Color

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

This div border color is #b37bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37bfb


Comments

No comments written yet.

Please login to write comment.