Color Hex Logo

#b32bfa Color Hex

#B32BFA
(179,43,250)
0 Favorites   0 Comments

Color spaces of #b32bfa

RGB 17943250
HSL0.780.950.57
HSV279°83°98°
CMYK 0.280.830.00   0.02
XYZ36.709618.213692.0232
Yxy18.21360.24980.1239
Hunter Lab42.677478.8540-97.9700
CIE-Lab49.754280.7018-75.7239

#b32bfa color RGB value is (179,43,250).

#b32bfa hex color red value is 179, green value is 43 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b32bfa hue: 0.78 , saturation: 0.95 and the lightness value of b32bfa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101011 11111010
Octal 263 53 372
Decimal 179 43 250
Hex B3 2B FA

RGB Percentages of Color #b32bfa

%37.92
%9.11
%52.97

CMYK Percentages of Color #b32bfa

%28
%83
%0
%2

Triadic Colors of #b32bfa

#b32bfa #fab32b #2bfab3

Analogous Colors of #b32bfa

#b32bfa #fa2bda #4b2bfa

Monochromatic Colors of #b32bfa

#b32bfa

Complementary Color

#b32bfa #72fa2b

#b32bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32bfa Color CSS Codes

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

#b32bfa Text Font Color

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

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


#b32bfa Background Color

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

This div background color is #b32bfa


#b32bfa Border Color

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

This div border color is #b32bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.