Color Hex Logo

#b20bee Color Hex

#B20BEE
(178,11,238)
0 Favorites   0 Comments

Color spaces of #b20bee

RGB 17811238
HSL0.790.910.49
HSV284°95°93°
CMYK 0.250.950.00   0.07
XYZ33.912415.877482.1662
Yxy15.87740.25700.1203
Hunter Lab39.846582.1859-94.3676
CIE-Lab46.813283.8843-73.7864

#b20bee color RGB value is (178,11,238).

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

The process color (four color CMYK) of #b20bee color hex is 0.25, 0.95, 0.00, 0.07. Web safe color of #b20bee is #9900ff. Color #b20bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001011 11101110
Octal 262 13 356
Decimal 178 11 238
Hex B2 B EE

RGB Percentages of Color #b20bee

%41.69
%2.58
%55.74

CMYK Percentages of Color #b20bee

%25
%95
%0
%7

Triadic Colors of #b20bee

#b20bee #eeb20b #0beeb2

Analogous Colors of #b20bee

#b20bee #ee0bb9 #410bee

Monochromatic Colors of #b20bee

#b20bee

Complementary Color

#b20bee #47ee0b

#b20bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20bee Color CSS Codes

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

#b20bee Text Font Color

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

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


#b20bee Background Color

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

This div background color is #b20bee


#b20bee Border Color

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

This div border color is #b20bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20bee


Comments

No comments written yet.

Please login to write comment.