Color Hex Logo

#b308fb Color Hex

#B308FB
(179,8,251)
0 Favorites   0 Comments

Color spaces of #b308fb

RGB 1798251
HSL0.780.970.51
HSV282°97°98°
CMYK 0.290.970.00   0.02
XYZ36.089816.722492.5924
Yxy16.72240.24820.1150
Hunter Lab40.893085.9709-105.6228
CIE-Lab47.908386.5970-79.2954

#b308fb color RGB value is (179,8,251).

#b308fb hex color red value is 179, green value is 8 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b308fb hue: 0.78 , saturation: 0.97 and the lightness value of b308fb is 0.51.

The process color (four color CMYK) of #b308fb color hex is 0.29, 0.97, 0.00, 0.02. Web safe color of #b308fb is #cc00ff. Color #b308fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001000 11111011
Octal 263 10 373
Decimal 179 8 251
Hex B3 8 FB

RGB Percentages of Color #b308fb

%40.87
%1.83
%57.31

CMYK Percentages of Color #b308fb

%29
%97
%0
%2

Triadic Colors of #b308fb

#b308fb #fbb308 #08fbb3

Analogous Colors of #b308fb

#b308fb #fb08ca #3908fb

Monochromatic Colors of #b308fb

#b308fb

Complementary Color

#b308fb #50fb08

#b308fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b308fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b308fb Color CSS Codes

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

#b308fb Text Font Color

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

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


#b308fb Background Color

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

This div background color is #b308fb


#b308fb Border Color

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

This div border color is #b308fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b308fb


Comments

No comments written yet.

Please login to write comment.