Color Hex Logo

#b21beb Color Hex

#B21BEB
(178,27,235)
0 Favorites   0 Comments

Color spaces of #b21beb

RGB 17827235
HSL0.790.840.51
HSV284°89°92°
CMYK 0.240.890.00   0.08
XYZ33.747416.247079.9546
Yxy16.24700.25970.1250
Hunter Lab40.307678.9104-89.3931
CIE-Lab47.296981.2235-71.3040

#b21beb color RGB value is (178,27,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011011 11101011
Octal 262 33 353
Decimal 178 27 235
Hex B2 1B EB

RGB Percentages of Color #b21beb

%40.45
%6.14
%53.41

CMYK Percentages of Color #b21beb

%24
%89
%0
%8

Triadic Colors of #b21beb

#b21beb #ebb21b #1bebb2

Analogous Colors of #b21beb

#b21beb #eb1bbc #4a1beb

Monochromatic Colors of #b21beb

#b21beb

Complementary Color

#b21beb #54eb1b

#b21beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21beb Color CSS Codes

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

#b21beb Text Font Color

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

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


#b21beb Background Color

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

This div background color is #b21beb


#b21beb Border Color

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

This div border color is #b21beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21beb


Comments

No comments written yet.

Please login to write comment.