Color Hex Logo

#b21feb Color Hex

#B21FEB
(178,31,235)
0 Favorites   0 Comments

Color spaces of #b21feb

RGB 17831235
HSL0.790.840.52
HSV283°87°92°
CMYK 0.240.870.00   0.08
XYZ33.845516.443179.9872
Yxy16.44310.25980.1262
Hunter Lab40.550178.0240-88.5676
CIE-Lab47.550580.4729-70.8912

#b21feb color RGB value is (178,31,235).

#b21feb hex color red value is 178, green value is 31 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b21feb hue: 0.79 , saturation: 0.84 and the lightness value of b21feb is 0.52.

The process color (four color CMYK) of #b21feb color hex is 0.24, 0.87, 0.00, 0.08. Web safe color of #b21feb is #9933ff. Color #b21feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011111 11101011
Octal 262 37 353
Decimal 178 31 235
Hex B2 1F EB

RGB Percentages of Color #b21feb

%40.09
%6.98
%52.93

CMYK Percentages of Color #b21feb

%24
%87
%0
%8

Triadic Colors of #b21feb

#b21feb #ebb21f #1febb2

Analogous Colors of #b21feb

#b21feb #eb1fbe #4c1feb

Monochromatic Colors of #b21feb

#b21feb

Complementary Color

#b21feb #58eb1f

#b21feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21feb Color CSS Codes

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

#b21feb Text Font Color

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

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


#b21feb Background Color

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

This div background color is #b21feb


#b21feb Border Color

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

This div border color is #b21feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,31,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21feb


Comments

No comments written yet.

Please login to write comment.