Color Hex Logo

#b333fe Color Hex

#B333FE
(179,51,254)
0 Favorites   0 Comments

Color spaces of #b333fe

RGB 17951254
HSL0.770.990.60
HSV278°80°100°
CMYK 0.300.800.00   0.00
XYZ37.663619.107195.4689
Yxy19.10710.24740.1255
Hunter Lab43.711777.3068-98.8947
CIE-Lab50.812379.2683-76.2308

#b333fe color RGB value is (179,51,254).

#b333fe hex color red value is 179, green value is 51 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b333fe hue: 0.77 , saturation: 0.99 and the lightness value of b333fe is 0.60.

The process color (four color CMYK) of #b333fe color hex is 0.30, 0.80, 0.00, 0.00. Web safe color of #b333fe is #cc33ff. Color #b333fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110011 11111110
Octal 263 63 376
Decimal 179 51 254
Hex B3 33 FE

RGB Percentages of Color #b333fe

%36.98
%10.54
%52.48

CMYK Percentages of Color #b333fe

%30
%80
%0
%0

Triadic Colors of #b333fe

#b333fe #feb333 #33feb3

Analogous Colors of #b333fe

#b333fe #fe33e4 #4d33fe

Monochromatic Colors of #b333fe

#b333fe

Complementary Color

#b333fe #7efe33

#b333fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b333fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b333fe Color CSS Codes

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

#b333fe Text Font Color

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

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


#b333fe Background Color

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

This div background color is #b333fe


#b333fe Border Color

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

This div border color is #b333fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b333fe

Related Colors


Comments

No comments written yet.

Please login to write comment.