Color Hex Logo

#b306eb Color Hex

#B306EB
(179,6,235)
0 Favorites   0 Comments

Color spaces of #b306eb

RGB 1796235
HSL0.790.950.47
HSV285°97°92°
CMYK 0.240.970.00   0.08
XYZ33.650915.712179.8564
Yxy15.71210.26040.1216
Hunter Lab39.638582.1693-91.6997
CIE-Lab46.594583.9133-72.4411

#b306eb color RGB value is (179,6,235).

#b306eb hex color red value is 179, green value is 6 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b306eb hue: 0.79 , saturation: 0.95 and the lightness value of b306eb is 0.47.

The process color (four color CMYK) of #b306eb color hex is 0.24, 0.97, 0.00, 0.08. Web safe color of #b306eb is #cc00ff. Color #b306eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000110 11101011
Octal 263 6 353
Decimal 179 6 235
Hex B3 6 EB

RGB Percentages of Color #b306eb

%42.62
%1.43
%55.95

CMYK Percentages of Color #b306eb

%24
%97
%0
%8

Triadic Colors of #b306eb

#b306eb #ebb306 #06ebb3

Analogous Colors of #b306eb

#b306eb #eb06b1 #4106eb

Monochromatic Colors of #b306eb

#b306eb

Complementary Color

#b306eb #3eeb06

#b306eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b306eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b306eb Color CSS Codes

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

#b306eb Text Font Color

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

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


#b306eb Background Color

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

This div background color is #b306eb


#b306eb Border Color

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

This div border color is #b306eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b306eb


Comments

No comments written yet.

Please login to write comment.