Color Hex Logo

#b306ef Color Hex

#B306EF
(179,6,239)
0 Favorites   0 Comments

Color spaces of #b306ef

RGB 1796239
HSL0.790.950.48
HSV285°97°94°
CMYK 0.250.970.00   0.06
XYZ34.235515.946082.9348
Yxy15.94600.25720.1198
Hunter Lab39.932483.1526-95.1854
CIE-Lab46.903684.6177-74.1967

#b306ef color RGB value is (179,6,239).

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

The process color (four color CMYK) of #b306ef color hex is 0.25, 0.97, 0.00, 0.06. Web safe color of #b306ef is #cc00ff. Color #b306ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000110 11101111
Octal 263 6 357
Decimal 179 6 239
Hex B3 6 EF

RGB Percentages of Color #b306ef

%42.22
%1.42
%56.37

CMYK Percentages of Color #b306ef

%25
%97
%0
%6

Triadic Colors of #b306ef

#b306ef #efb306 #06efb3

Analogous Colors of #b306ef

#b306ef #ef06b7 #3e06ef

Monochromatic Colors of #b306ef

#b306ef

Complementary Color

#b306ef #42ef06

#b306ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b306ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b306ef Color CSS Codes

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

#b306ef Text Font Color

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

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


#b306ef Background Color

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

This div background color is #b306ef


#b306ef Border Color

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

This div border color is #b306ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b306ef


Comments

No comments written yet.

Please login to write comment.