Color Hex Logo

#b931bd Color Hex

#B931BD
(185,49,189)
0 Favorites   0 Comments

Color spaces of #b931bd

RGB 18549189
HSL0.830.590.47
HSV298°74°74°
CMYK 0.020.740.00   0.26
XYZ30.291216.185049.6716
Yxy16.18500.31500.1683
Hunter Lab40.230663.9962-45.0423
CIE-Lab47.216369.0465-44.9681

#b931bd color RGB value is (185,49,189).

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

The process color (four color CMYK) of #b931bd color hex is 0.02, 0.74, 0.00, 0.26. Web safe color of #b931bd is #cc33cc. Color #b931bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110001 10111101
Octal 271 61 275
Decimal 185 49 189
Hex B9 31 BD

RGB Percentages of Color #b931bd

%43.74
%11.58
%44.68

CMYK Percentages of Color #b931bd

%2
%74
%0
%26

Triadic Colors of #b931bd

#b931bd #bdb931 #31bdb9

Analogous Colors of #b931bd

#b931bd #bd317b #7331bd

Monochromatic Colors of #b931bd

#b931bd

Complementary Color

#b931bd #35bd31

#b931bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b931bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b931bd Color CSS Codes

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

#b931bd Text Font Color

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

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


#b931bd Background Color

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

This div background color is #b931bd


#b931bd Border Color

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

This div border color is #b931bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b931bd


Comments

No comments written yet.

Please login to write comment.