Color Hex Logo

#b32bfe Color Hex

#B32BFE
(179,43,254)
0 Favorites   0 Comments

Color spaces of #b32bfe

RGB 17943254
HSL0.770.990.58
HSV279°83°100°
CMYK 0.300.830.00   0.00
XYZ37.343718.467295.3622
Yxy18.46720.24700.1222
Hunter Lab42.973579.9119-101.4887
CIE-Lab50.057981.4770-77.4601

#b32bfe color RGB value is (179,43,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101011 11111110
Octal 263 53 376
Decimal 179 43 254
Hex B3 2B FE

RGB Percentages of Color #b32bfe

%37.61
%9.03
%53.36

CMYK Percentages of Color #b32bfe

%30
%83
%0
%0

Triadic Colors of #b32bfe

#b32bfe #feb32b #2bfeb3

Analogous Colors of #b32bfe

#b32bfe #fe2be0 #492bfe

Monochromatic Colors of #b32bfe

#b32bfe

Complementary Color

#b32bfe #76fe2b

#b32bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32bfe Color CSS Codes

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

#b32bfe Text Font Color

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

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


#b32bfe Background Color

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

This div background color is #b32bfe


#b32bfe Border Color

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

This div border color is #b32bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32bfe


Comments

No comments written yet.

Please login to write comment.