Color Hex Logo

#b20feb Color Hex

#B20FEB
(178,15,235)
0 Favorites   0 Comments

Color spaces of #b20feb

RGB 17815235
HSL0.790.880.49
HSV284°94°92°
CMYK 0.240.940.00   0.08
XYZ33.526315.804879.8809
Yxy15.80480.25950.1223
Hunter Lab39.755380.9605-91.3037
CIE-Lab46.717382.9466-72.2477

#b20feb color RGB value is (178,15,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001111 11101011
Octal 262 17 353
Decimal 178 15 235
Hex B2 F EB

RGB Percentages of Color #b20feb

%41.59
%3.50
%54.91

CMYK Percentages of Color #b20feb

%24
%94
%0
%8

Triadic Colors of #b20feb

#b20feb #ebb20f #0febb2

Analogous Colors of #b20feb

#b20feb #eb0fb6 #440feb

Monochromatic Colors of #b20feb

#b20feb

Complementary Color

#b20feb #48eb0f

#b20feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20feb Color CSS Codes

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

#b20feb Text Font Color

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

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


#b20feb Background Color

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

This div background color is #b20feb


#b20feb Border Color

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

This div border color is #b20feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20feb


Comments

No comments written yet.

Please login to write comment.