Color Hex Logo

#b33bfc Color Hex

#B33BFC
(179,59,252)
0 Favorites   0 Comments

Color spaces of #b33bfc

RGB 17959252
HSL0.770.970.61
HSV277°77°99°
CMYK 0.290.770.00   0.01
XYZ37.725119.739993.9173
Yxy19.73990.24920.1304
Hunter Lab44.429673.8122-94.2291
CIE-Lab51.541976.3234-73.9302

#b33bfc color RGB value is (179,59,252).

#b33bfc hex color red value is 179, green value is 59 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b33bfc hue: 0.77 , saturation: 0.97 and the lightness value of b33bfc is 0.61.

The process color (four color CMYK) of #b33bfc color hex is 0.29, 0.77, 0.00, 0.01. Web safe color of #b33bfc is #cc33ff. Color #b33bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111011 11111100
Octal 263 73 374
Decimal 179 59 252
Hex B3 3B FC

RGB Percentages of Color #b33bfc

%36.53
%12.04
%51.43

CMYK Percentages of Color #b33bfc

%29
%77
%0
%1

Triadic Colors of #b33bfc

#b33bfc #fcb33b #3bfcb3

Analogous Colors of #b33bfc

#b33bfc #fc3be5 #523bfc

Monochromatic Colors of #b33bfc

#b33bfc

Complementary Color

#b33bfc #84fc3b

#b33bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33bfc Color CSS Codes

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

#b33bfc Text Font Color

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

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


#b33bfc Background Color

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

This div background color is #b33bfc


#b33bfc Border Color

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

This div border color is #b33bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33bfc


Comments

No comments written yet.

Please login to write comment.