Color Hex Logo

#b36cfb Color Hex

#B36CFB
(179,108,251)
0 Favorites   0 Comments

Color spaces of #b36cfb

RGB 179108251
HSL0.750.950.70
HSV270°57°98°
CMYK 0.290.570.00   0.02
XYZ41.365627.273994.3510
Yxy27.27390.25380.1673
Hunter Lab52.224449.9925-70.5589
CIE-Lab59.227054.6565-60.9726

#b36cfb color RGB value is (179,108,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101100 11111011
Octal 263 154 373
Decimal 179 108 251
Hex B3 6C FB

RGB Percentages of Color #b36cfb

%33.27
%20.07
%46.65

CMYK Percentages of Color #b36cfb

%29
%57
%0
%2

Triadic Colors of #b36cfb

#b36cfb #fbb36c #6cfbb3

Analogous Colors of #b36cfb

#b36cfb #fb6cfb #6c6dfb

Monochromatic Colors of #b36cfb

#b36cfb

Complementary Color

#b36cfb #b4fb6c

#b36cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36cfb Color CSS Codes

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

#b36cfb Text Font Color

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

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


#b36cfb Background Color

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

This div background color is #b36cfb


#b36cfb Border Color

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

This div border color is #b36cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36cfb


Comments

No comments written yet.

Please login to write comment.