Color Hex Logo

#b221fa Color Hex

#B221FA
(178,33,250)
0 Favorites   0 Comments

Color spaces of #b221fa

RGB 17833250
HSL0.780.960.55
HSV280°87°98°
CMYK 0.290.870.00   0.02
XYZ36.159317.454891.9058
Yxy17.45480.24850.1199
Hunter Lab41.778981.3770-101.1816
CIE-Lab48.828082.8650-77.2402

#b221fa color RGB value is (178,33,250).

#b221fa hex color red value is 178, green value is 33 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b221fa hue: 0.78 , saturation: 0.96 and the lightness value of b221fa is 0.55.

The process color (four color CMYK) of #b221fa color hex is 0.29, 0.87, 0.00, 0.02. Web safe color of #b221fa is #9933ff. Color #b221fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100001 11111010
Octal 262 41 372
Decimal 178 33 250
Hex B2 21 FA

RGB Percentages of Color #b221fa

%38.61
%7.16
%54.23

CMYK Percentages of Color #b221fa

%29
%87
%0
%2

Triadic Colors of #b221fa

#b221fa #fab221 #21fab2

Analogous Colors of #b221fa

#b221fa #fa21d6 #4621fa

Monochromatic Colors of #b221fa

#b221fa

Complementary Color

#b221fa #69fa21

#b221fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b221fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b221fa Color CSS Codes

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

#b221fa Text Font Color

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

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


#b221fa Background Color

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

This div background color is #b221fa


#b221fa Border Color

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

This div border color is #b221fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b221fa


Comments

No comments written yet.

Please login to write comment.