Color Hex Logo

#b33be2 Color Hex

#B33BE2
(179,59,226)
0 Favorites   0 Comments

Color spaces of #b33be2

RGB 17959226
HSL0.790.740.56
HSV283°74°89°
CMYK 0.210.740.00   0.11
XYZ33.881818.202673.6792
Yxy18.20260.26940.1447
Hunter Lab42.664567.0920-72.5253
CIE-Lab49.740971.1583-62.2403

#b33be2 color RGB value is (179,59,226).

#b33be2 hex color red value is 179, green value is 59 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #b33be2 hue: 0.79 , saturation: 0.74 and the lightness value of b33be2 is 0.56.

The process color (four color CMYK) of #b33be2 color hex is 0.21, 0.74, 0.00, 0.11. Web safe color of #b33be2 is #cc33cc. Color #b33be2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111011 11100010
Octal 263 73 342
Decimal 179 59 226
Hex B3 3B E2

RGB Percentages of Color #b33be2

%38.58
%12.72
%48.71

CMYK Percentages of Color #b33be2

%21
%74
%0
%11

Triadic Colors of #b33be2

#b33be2 #e2b33b #3be2b3

Analogous Colors of #b33be2

#b33be2 #e23bbe #603be2

Monochromatic Colors of #b33be2

#b33be2

Complementary Color

#b33be2 #6ae23b

#b33be2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33be2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33be2 Color CSS Codes

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

#b33be2 Text Font Color

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

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


#b33be2 Background Color

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

This div background color is #b33be2


#b33be2 Border Color

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

This div border color is #b33be2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33be2


Comments

No comments written yet.

Please login to write comment.