Color Hex Logo

#b131bd Color Hex

#B131BD
(177,49,189)
0 Favorites   0 Comments

Color spaces of #b131bd

RGB 17749189
HSL0.820.590.47
HSV295°74°74°
CMYK 0.060.740.00   0.26
XYZ28.415115.217949.5838
Yxy15.21790.30480.1633
Hunter Lab39.010161.7522-48.0534
CIE-Lab45.931267.3838-47.0930

#b131bd color RGB value is (177,49,189).

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

The process color (four color CMYK) of #b131bd color hex is 0.06, 0.74, 0.00, 0.26. Web safe color of #b131bd is #9933cc. Color #b131bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110001 10111101
Octal 261 61 275
Decimal 177 49 189
Hex B1 31 BD

RGB Percentages of Color #b131bd

%42.65
%11.81
%45.54

CMYK Percentages of Color #b131bd

%6
%74
%0
%26

Triadic Colors of #b131bd

#b131bd #bdb131 #31bdb1

Analogous Colors of #b131bd

#b131bd #bd3183 #6b31bd

Monochromatic Colors of #b131bd

#b131bd

Complementary Color

#b131bd #3dbd31

#b131bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b131bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b131bd Color CSS Codes

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

#b131bd Text Font Color

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

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


#b131bd Background Color

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

This div background color is #b131bd


#b131bd Border Color

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

This div border color is #b131bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b131bd


Comments

No comments written yet.

Please login to write comment.