Color Hex Logo

#b21ffa Color Hex

#B21FFA
(178,31,250)
0 Favorites   0 Comments

Color spaces of #b21ffa

RGB 17831250
HSL0.780.960.55
HSV280°88°98°
CMYK 0.290.880.00   0.02
XYZ36.105417.347191.8878
Yxy17.34710.24840.1194
Hunter Lab41.649881.8507-101.6506
CIE-Lab48.694483.2608-77.4582

#b21ffa color RGB value is (178,31,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011111 11111010
Octal 262 37 372
Decimal 178 31 250
Hex B2 1F FA

RGB Percentages of Color #b21ffa

%38.78
%6.75
%54.47

CMYK Percentages of Color #b21ffa

%29
%88
%0
%2

Triadic Colors of #b21ffa

#b21ffa #fab21f #1ffab2

Analogous Colors of #b21ffa

#b21ffa #fa1fd5 #441ffa

Monochromatic Colors of #b21ffa

#b21ffa

Complementary Color

#b21ffa #67fa1f

#b21ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21ffa Color CSS Codes

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

#b21ffa Text Font Color

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

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


#b21ffa Background Color

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

This div background color is #b21ffa


#b21ffa Border Color

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

This div border color is #b21ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.