Color Hex Logo

#b906bd Color Hex

#B906BD
(185,6,189)
0 Favorites   0 Comments

Color spaces of #b906bd

RGB 1856189
HSL0.830.940.38
HSV299°97°74°
CMYK 0.020.970.00   0.26
XYZ29.258014.118749.3272
Yxy14.11870.31560.1523
Hunter Lab37.574973.2346-51.5318
CIE-Lab44.402777.2459-49.4625

#b906bd color RGB value is (185,6,189).

#b906bd hex color red value is 185, green value is 6 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b906bd hue: 0.83 , saturation: 0.94 and the lightness value of b906bd is 0.38.

The process color (four color CMYK) of #b906bd color hex is 0.02, 0.97, 0.00, 0.26. Web safe color of #b906bd is #cc00cc. Color #b906bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000110 10111101
Octal 271 6 275
Decimal 185 6 189
Hex B9 6 BD

RGB Percentages of Color #b906bd

%48.68
%1.58
%49.74

CMYK Percentages of Color #b906bd

%2
%97
%0
%26

Triadic Colors of #b906bd

#b906bd #bdb906 #06bdb9

Analogous Colors of #b906bd

#b906bd #bd0666 #5e06bd

Monochromatic Colors of #b906bd

#b906bd

Complementary Color

#b906bd #0abd06

#b906bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b906bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b906bd Color CSS Codes

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

#b906bd Text Font Color

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

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


#b906bd Background Color

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

This div background color is #b906bd


#b906bd Border Color

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

This div border color is #b906bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,6,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b906bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b906bd;
  -webkit-box-shadow: 1px 1px 3px 2px #b906bd;
  box-shadow:         1px 1px 3px 2px #b906bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,6,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b906bd


Comments

No comments written yet.

Please login to write comment.