Color Hex Logo

#b20deb Color Hex

#B20DEB
(178,13,235)
0 Favorites   0 Comments

Color spaces of #b20deb

RGB 17813235
HSL0.790.900.49
HSV285°94°92°
CMYK 0.240.940.00   0.08
XYZ33.499415.751079.8719
Yxy15.75100.25940.1220
Hunter Lab39.687581.2149-91.5410
CIE-Lab46.646183.1592-72.3638

#b20deb color RGB value is (178,13,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001101 11101011
Octal 262 15 353
Decimal 178 13 235
Hex B2 D EB

RGB Percentages of Color #b20deb

%41.78
%3.05
%55.16

CMYK Percentages of Color #b20deb

%24
%94
%0
%8

Triadic Colors of #b20deb

#b20deb #ebb20d #0debb2

Analogous Colors of #b20deb

#b20deb #eb0db5 #430deb

Monochromatic Colors of #b20deb

#b20deb

Complementary Color

#b20deb #46eb0d

#b20deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20deb Color CSS Codes

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

#b20deb Text Font Color

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

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


#b20deb Background Color

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

This div background color is #b20deb


#b20deb Border Color

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

This div border color is #b20deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20deb


Comments

No comments written yet.

Please login to write comment.