Color Hex Logo

#b06feb Color Hex

#B06FEB
(176,111,235)
0 Favorites   0 Comments

Color spaces of #b06feb

RGB 176111235
HSL0.750.760.68
HSV271°53°92°
CMYK 0.250.530.00   0.08
XYZ38.584326.597181.6974
Yxy26.59710.26270.1811
Hunter Lab51.572443.2946-57.8225
CIE-Lab58.599548.6710-53.1182

#b06feb color RGB value is (176,111,235).

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

The process color (four color CMYK) of #b06feb color hex is 0.25, 0.53, 0.00, 0.08. Web safe color of #b06feb is #9966ff. Color #b06feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101111 11101011
Octal 260 157 353
Decimal 176 111 235
Hex B0 6F EB

RGB Percentages of Color #b06feb

%33.72
%21.26
%45.02

CMYK Percentages of Color #b06feb

%25
%53
%0
%8

Triadic Colors of #b06feb

#b06feb #ebb06f #6febb0

Analogous Colors of #b06feb

#b06feb #eb6fe8 #726feb

Monochromatic Colors of #b06feb

#b06feb

Complementary Color

#b06feb #aaeb6f

#b06feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06feb Color CSS Codes

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

#b06feb Text Font Color

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

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


#b06feb Background Color

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

This div background color is #b06feb


#b06feb Border Color

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

This div border color is #b06feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06feb


Comments

No comments written yet.

Please login to write comment.