Color Hex Logo

#b305fb Color Hex

#B305FB
(179,5,251)
0 Favorites   0 Comments

Color spaces of #b305fb

RGB 1795251
HSL0.780.970.50
HSV282°98°98°
CMYK 0.290.980.00   0.02
XYZ36.057316.657392.5815
Yxy16.65730.24820.1146
Hunter Lab40.813486.2757-105.9248
CIE-Lab47.825386.8462-79.4311

#b305fb color RGB value is (179,5,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000101 11111011
Octal 263 5 373
Decimal 179 5 251
Hex B3 5 FB

RGB Percentages of Color #b305fb

%41.15
%1.15
%57.70

CMYK Percentages of Color #b305fb

%29
%98
%0
%2

Triadic Colors of #b305fb

#b305fb #fbb305 #05fbb3

Analogous Colors of #b305fb

#b305fb #fb05c8 #3805fb

Monochromatic Colors of #b305fb

#b305fb

Complementary Color

#b305fb #4dfb05

#b305fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b305fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b305fb Color CSS Codes

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

#b305fb Text Font Color

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

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


#b305fb Background Color

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

This div background color is #b305fb


#b305fb Border Color

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

This div border color is #b305fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b305fb

Related Colors


Comments

No comments written yet.

Please login to write comment.