Color Hex Logo

#b20bea Color Hex

#B20BEA
(178,11,234)
0 Favorites   0 Comments

Color spaces of #b20bea

RGB 17811234
HSL0.790.910.48
HSV285°95°92°
CMYK 0.240.950.00   0.08
XYZ33.331115.644879.1049
Yxy15.64480.26020.1221
Hunter Lab39.553581.2004-90.8894
CIE-Lab46.505083.1750-72.0278

#b20bea color RGB value is (178,11,234).

#b20bea hex color red value is 178, green value is 11 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b20bea hue: 0.79 , saturation: 0.91 and the lightness value of b20bea is 0.48.

The process color (four color CMYK) of #b20bea color hex is 0.24, 0.95, 0.00, 0.08. Web safe color of #b20bea is #9900ff. Color #b20bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001011 11101010
Octal 262 13 352
Decimal 178 11 234
Hex B2 B EA

RGB Percentages of Color #b20bea

%42.08
%2.60
%55.32

CMYK Percentages of Color #b20bea

%24
%95
%0
%8

Triadic Colors of #b20bea

#b20bea #eab20b #0beab2

Analogous Colors of #b20bea

#b20bea #ea0bb3 #430bea

Monochromatic Colors of #b20bea

#b20bea

Complementary Color

#b20bea #43ea0b

#b20bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20bea Color CSS Codes

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

#b20bea Text Font Color

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

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


#b20bea Background Color

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

This div background color is #b20bea


#b20bea Border Color

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

This div border color is #b20bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20bea


Comments

No comments written yet.

Please login to write comment.