Color Hex Logo

#b20ffe Color Hex

#B20FFE
(178,15,254)
0 Favorites   0 Comments

Color spaces of #b20ffe

RGB 17815254
HSL0.780.990.53
HSV281°94°100°
CMYK 0.300.940.00   0.00
XYZ36.420316.962495.1204
Yxy16.96240.24520.1142
Hunter Lab41.185485.7731-108.1043
CIE-Lab48.212686.3873-80.4798

#b20ffe color RGB value is (178,15,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001111 11111110
Octal 262 17 376
Decimal 178 15 254
Hex B2 F FE

RGB Percentages of Color #b20ffe

%39.82
%3.36
%56.82

CMYK Percentages of Color #b20ffe

%30
%94
%0
%0

Triadic Colors of #b20ffe

#b20ffe #feb20f #0ffeb2

Analogous Colors of #b20ffe

#b20ffe #fe0fd3 #3a0ffe

Monochromatic Colors of #b20ffe

#b20ffe

Complementary Color

#b20ffe #5bfe0f

#b20ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20ffe Color CSS Codes

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

#b20ffe Text Font Color

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

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


#b20ffe Background Color

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

This div background color is #b20ffe


#b20ffe Border Color

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

This div border color is #b20ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20ffe


Comments

No comments written yet.

Please login to write comment.