Color Hex Logo

#b215bb Color Hex

#B215BB
(178,21,187)
0 Favorites   0 Comments

Color spaces of #b215bb

RGB 17821187
HSL0.820.800.41
HSV297°89°73°
CMYK 0.050.890.00   0.27
XYZ27.597913.589248.1821
Yxy13.58920.30880.1521
Hunter Lab36.863569.1229-51.6899
CIE-Lab43.637974.0323-49.5831

#b215bb color RGB value is (178,21,187).

#b215bb hex color red value is 178, green value is 21 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b215bb hue: 0.82 , saturation: 0.80 and the lightness value of b215bb is 0.41.

The process color (four color CMYK) of #b215bb color hex is 0.05, 0.89, 0.00, 0.27. Web safe color of #b215bb is #9900cc. Color #b215bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010101 10111011
Octal 262 25 273
Decimal 178 21 187
Hex B2 15 BB

RGB Percentages of Color #b215bb

%46.11
%5.44
%48.45

CMYK Percentages of Color #b215bb

%5
%89
%0
%27

Triadic Colors of #b215bb

#b215bb #bbb215 #15bbb2

Analogous Colors of #b215bb

#b215bb #bb1571 #5f15bb

Monochromatic Colors of #b215bb

#b215bb

Complementary Color

#b215bb #1ebb15

#b215bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b215bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b215bb Color CSS Codes

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

#b215bb Text Font Color

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

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


#b215bb Background Color

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

This div background color is #b215bb


#b215bb Border Color

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

This div border color is #b215bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b215bb


Comments

No comments written yet.

Please login to write comment.