Color Hex Logo

#b38bfb Color Hex

#B38BFB
(179,139,251)
0 Favorites   0 Comments

Color spaces of #b38bfb

RGB 179139251
HSL0.730.930.76
HSV261°45°98°
CMYK 0.290.450.00   0.02
XYZ45.235635.014095.6410
Yxy35.01400.25720.1991
Hunter Lab59.172632.9055-54.4099
CIE-Lab65.759637.9649-50.5746

#b38bfb color RGB value is (179,139,251).

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

The process color (four color CMYK) of #b38bfb color hex is 0.29, 0.45, 0.00, 0.02. Web safe color of #b38bfb is #cc99ff. Color #b38bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001011 11111011
Octal 263 213 373
Decimal 179 139 251
Hex B3 8B FB

RGB Percentages of Color #b38bfb

%31.46
%24.43
%44.11

CMYK Percentages of Color #b38bfb

%29
%45
%0
%2

Triadic Colors of #b38bfb

#b38bfb #fbb38b #8bfbb3

Analogous Colors of #b38bfb

#b38bfb #eb8bfb #8b9bfb

Monochromatic Colors of #b38bfb

#b38bfb

Complementary Color

#b38bfb #d3fb8b

#b38bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38bfb Color CSS Codes

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

#b38bfb Text Font Color

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

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


#b38bfb Background Color

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

This div background color is #b38bfb


#b38bfb Border Color

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

This div border color is #b38bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38bfb


Comments

No comments written yet.

Please login to write comment.