Color Hex Logo

#b20bfe Color Hex

#B20BFE
(178,11,254)
0 Favorites   0 Comments

Color spaces of #b20bfe

RGB 17811254
HSL0.780.990.52
HSV281°96°100°
CMYK 0.300.960.00   0.00
XYZ36.369216.860195.1034
Yxy16.86010.24520.1137
Hunter Lab41.061186.2468-108.5816
CIE-Lab48.083386.7749-80.6914

#b20bfe color RGB value is (178,11,254).

#b20bfe hex color red value is 178, green value is 11 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b20bfe hue: 0.78 , saturation: 0.99 and the lightness value of b20bfe is 0.52.

The process color (four color CMYK) of #b20bfe color hex is 0.30, 0.96, 0.00, 0.00. Web safe color of #b20bfe is #9900ff. Color #b20bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001011 11111110
Octal 262 13 376
Decimal 178 11 254
Hex B2 B FE

RGB Percentages of Color #b20bfe

%40.18
%2.48
%57.34

CMYK Percentages of Color #b20bfe

%30
%96
%0
%0

Triadic Colors of #b20bfe

#b20bfe #feb20b #0bfeb2

Analogous Colors of #b20bfe

#b20bfe #fe0bd1 #390bfe

Monochromatic Colors of #b20bfe

#b20bfe

Complementary Color

#b20bfe #57fe0b

#b20bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20bfe Color CSS Codes

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

#b20bfe Text Font Color

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

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


#b20bfe Background Color

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

This div background color is #b20bfe


#b20bfe Border Color

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

This div border color is #b20bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20bfe


Comments

No comments written yet.

Please login to write comment.