Color Hex Logo

#b172bd Color Hex

#B172BD
(177,114,189)
0 Favorites   0 Comments

Color spaces of #b172bd

RGB 177114189
HSL0.810.360.59
HSV290°40°74°
CMYK 0.060.400.00   0.26
XYZ33.334125.055951.2235
Yxy25.05590.30410.2286
Hunter Lab50.055931.2721-25.6339
CIE-Lab57.129837.3888-29.4628

#b172bd color RGB value is (177,114,189).

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

The process color (four color CMYK) of #b172bd color hex is 0.06, 0.40, 0.00, 0.26. Web safe color of #b172bd is #9966cc. Color #b172bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110010 10111101
Octal 261 162 275
Decimal 177 114 189
Hex B1 72 BD

RGB Percentages of Color #b172bd

%36.88
%23.75
%39.38

CMYK Percentages of Color #b172bd

%6
%40
%0
%26

Triadic Colors of #b172bd

#b172bd #bdb172 #72bdb1

Analogous Colors of #b172bd

#b172bd #bd72a4 #8c72bd

Monochromatic Colors of #b172bd

#b172bd

Complementary Color

#b172bd #7ebd72

#b172bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b172bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b172bd Color CSS Codes

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

#b172bd Text Font Color

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

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


#b172bd Background Color

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

This div background color is #b172bd


#b172bd Border Color

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

This div border color is #b172bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b172bd


Comments

No comments written yet.

Please login to write comment.