Color Hex Logo

#b36feb Color Hex

#B36FEB
(179,111,235)
0 Favorites   0 Comments

Color spaces of #b36feb

RGB 179111235
HSL0.760.760.68
HSV273°53°92°
CMYK 0.240.530.00   0.08
XYZ39.270226.950781.7295
Yxy26.95070.26540.1822
Hunter Lab51.914144.1760-57.0018
CIE-Lab58.928749.4332-52.5746

#b36feb color RGB value is (179,111,235).

#b36feb hex color red value is 179, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b36feb hue: 0.76 , saturation: 0.76 and the lightness value of b36feb is 0.68.

The process color (four color CMYK) of #b36feb color hex is 0.24, 0.53, 0.00, 0.08. Web safe color of #b36feb is #cc66ff. Color #b36feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101111 11101011
Octal 263 157 353
Decimal 179 111 235
Hex B3 6F EB

RGB Percentages of Color #b36feb

%34.10
%21.14
%44.76

CMYK Percentages of Color #b36feb

%24
%53
%0
%8

Triadic Colors of #b36feb

#b36feb #ebb36f #6febb3

Analogous Colors of #b36feb

#b36feb #eb6fe5 #756feb

Monochromatic Colors of #b36feb

#b36feb

Complementary Color

#b36feb #a7eb6f

#b36feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36feb Color CSS Codes

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

#b36feb Text Font Color

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

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


#b36feb Background Color

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

This div background color is #b36feb


#b36feb Border Color

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

This div border color is #b36feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,111,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36feb


Comments

No comments written yet.

Please login to write comment.