Color Hex Logo

#b33afe Color Hex

#B33AFE
(179,58,254)
0 Favorites   0 Comments

Color spaces of #b33afe

RGB 17958254
HSL0.770.990.61
HSV277°77°100°
CMYK 0.300.770.00   0.00
XYZ37.992919.765695.5786
Yxy19.76560.24780.1289
Hunter Lab44.458574.7383-96.3429
CIE-Lab51.571277.0645-74.9957

#b33afe color RGB value is (179,58,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111010 11111110
Octal 263 72 376
Decimal 179 58 254
Hex B3 3A FE

RGB Percentages of Color #b33afe

%36.46
%11.81
%51.73

CMYK Percentages of Color #b33afe

%30
%77
%0
%0

Triadic Colors of #b33afe

#b33afe #feb33a #3afeb3

Analogous Colors of #b33afe

#b33afe #fe3ae7 #513afe

Monochromatic Colors of #b33afe

#b33afe

Complementary Color

#b33afe #85fe3a

#b33afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33afe Color CSS Codes

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

#b33afe Text Font Color

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

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


#b33afe Background Color

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

This div background color is #b33afe


#b33afe Border Color

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

This div border color is #b33afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33afe

Related Colors


Comments

No comments written yet.

Please login to write comment.