Color Hex Logo

#b173bd Color Hex

#B173BD
(177,115,189)
0 Favorites   0 Comments

Color spaces of #b173bd

RGB 177115189
HSL0.810.360.60
HSV290°39°74°
CMYK 0.060.390.00   0.26
XYZ33.447525.282751.2613
Yxy25.28270.30410.2299
Hunter Lab50.281930.7448-25.2475
CIE-Lab57.349836.8399-29.1217

#b173bd color RGB value is (177,115,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110011 10111101
Octal 261 163 275
Decimal 177 115 189
Hex B1 73 BD

RGB Percentages of Color #b173bd

%36.80
%23.91
%39.29

CMYK Percentages of Color #b173bd

%6
%39
%0
%26

Triadic Colors of #b173bd

#b173bd #bdb173 #73bdb1

Analogous Colors of #b173bd

#b173bd #bd73a4 #8c73bd

Monochromatic Colors of #b173bd

#b173bd

Complementary Color

#b173bd #7fbd73

#b173bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b173bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b173bd Color CSS Codes

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

#b173bd Text Font Color

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

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


#b173bd Background Color

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

This div background color is #b173bd


#b173bd Border Color

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

This div border color is #b173bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b173bd


Comments

No comments written yet.

Please login to write comment.