Color Hex Logo

#b931bb Color Hex

#B931BB
(185,49,187)
0 Favorites   0 Comments

Color spaces of #b931bb

RGB 18549187
HSL0.830.580.46
HSV299°74°73°
CMYK 0.010.740.00   0.27
XYZ30.075516.098848.5359
Yxy16.09880.31760.1700
Hunter Lab40.123363.5837-43.6349
CIE-Lab47.103868.7185-43.9795

#b931bb color RGB value is (185,49,187).

#b931bb hex color red value is 185, green value is 49 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b931bb hue: 0.83 , saturation: 0.58 and the lightness value of b931bb is 0.46.

The process color (four color CMYK) of #b931bb color hex is 0.01, 0.74, 0.00, 0.27. Web safe color of #b931bb is #cc33cc. Color #b931bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110001 10111011
Octal 271 61 273
Decimal 185 49 187
Hex B9 31 BB

RGB Percentages of Color #b931bb

%43.94
%11.64
%44.42

CMYK Percentages of Color #b931bb

%1
%74
%0
%27

Triadic Colors of #b931bb

#b931bb #bbb931 #31bbb9

Analogous Colors of #b931bb

#b931bb #bb3178 #7431bb

Monochromatic Colors of #b931bb

#b931bb

Complementary Color

#b931bb #33bb31

#b931bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b931bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b931bb Color CSS Codes

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

#b931bb Text Font Color

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

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


#b931bb Background Color

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

This div background color is #b931bb


#b931bb Border Color

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

This div border color is #b931bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b931bb


Comments

No comments written yet.

Please login to write comment.