Color Hex Logo

#b36bfb Color Hex

#B36BFB
(179,107,251)
0 Favorites   0 Comments

Color spaces of #b36bfb

RGB 179107251
HSL0.750.950.70
HSV270°57°98°
CMYK 0.290.570.00   0.02
XYZ41.260727.064194.3160
Yxy27.06410.25370.1664
Hunter Lab52.023250.5317-71.0743
CIE-Lab59.033655.1695-61.2824

#b36bfb color RGB value is (179,107,251).

#b36bfb hex color red value is 179, green value is 107 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b36bfb hue: 0.75 , saturation: 0.95 and the lightness value of b36bfb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101011 11111011
Octal 263 153 373
Decimal 179 107 251
Hex B3 6B FB

RGB Percentages of Color #b36bfb

%33.33
%19.93
%46.74

CMYK Percentages of Color #b36bfb

%29
%57
%0
%2

Triadic Colors of #b36bfb

#b36bfb #fbb36b #6bfbb3

Analogous Colors of #b36bfb

#b36bfb #fb6bfb #6b6bfb

Monochromatic Colors of #b36bfb

#b36bfb

Complementary Color

#b36bfb #b3fb6b

#b36bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36bfb Color CSS Codes

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

#b36bfb Text Font Color

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

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


#b36bfb Background Color

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

This div background color is #b36bfb


#b36bfb Border Color

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

This div border color is #b36bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36bfb


Comments

No comments written yet.

Please login to write comment.