Color Hex Logo

#b333eb Color Hex

#B333EB
(179,51,235)
0 Favorites   0 Comments

Color spaces of #b333eb

RGB 17951235
HSL0.780.820.56
HSV282°78°92°
CMYK 0.240.780.00   0.08
XYZ34.769617.949580.2293
Yxy17.94950.26150.1350
Hunter Lab42.366972.3493-82.6196
CIE-Lab49.434875.5476-67.8243

#b333eb color RGB value is (179,51,235).

#b333eb hex color red value is 179, green value is 51 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b333eb hue: 0.78 , saturation: 0.82 and the lightness value of b333eb is 0.56.

The process color (four color CMYK) of #b333eb color hex is 0.24, 0.78, 0.00, 0.08. Web safe color of #b333eb is #cc33ff. Color #b333eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110011 11101011
Octal 263 63 353
Decimal 179 51 235
Hex B3 33 EB

RGB Percentages of Color #b333eb

%38.49
%10.97
%50.54

CMYK Percentages of Color #b333eb

%24
%78
%0
%8

Triadic Colors of #b333eb

#b333eb #ebb333 #33ebb3

Analogous Colors of #b333eb

#b333eb #eb33c7 #5733eb

Monochromatic Colors of #b333eb

#b333eb

Complementary Color

#b333eb #6beb33

#b333eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b333eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b333eb Color CSS Codes

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

#b333eb Text Font Color

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

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


#b333eb Background Color

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

This div background color is #b333eb


#b333eb Border Color

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

This div border color is #b333eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b333eb


Comments

No comments written yet.

Please login to write comment.