Color Hex Logo

#b973bd Color Hex

#B973BD
(185,115,189)
0 Favorites   0 Comments

Color spaces of #b973bd

RGB 185115189
HSL0.820.360.60
HSV297°39°74°
CMYK 0.020.390.00   0.26
XYZ35.323626.249951.3491
Yxy26.24990.31280.2325
Hunter Lab51.234733.4057-23.5582
CIE-Lab58.273539.3390-27.6180

#b973bd color RGB value is (185,115,189).

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

The process color (four color CMYK) of #b973bd color hex is 0.02, 0.39, 0.00, 0.26. Web safe color of #b973bd is #cc66cc. Color #b973bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110011 10111101
Octal 271 163 275
Decimal 185 115 189
Hex B9 73 BD

RGB Percentages of Color #b973bd

%37.83
%23.52
%38.65

CMYK Percentages of Color #b973bd

%2
%39
%0
%26

Triadic Colors of #b973bd

#b973bd #bdb973 #73bdb9

Analogous Colors of #b973bd

#b973bd #bd739c #9473bd

Monochromatic Colors of #b973bd

#b973bd

Complementary Color

#b973bd #77bd73

#b973bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b973bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b973bd Color CSS Codes

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

#b973bd Text Font Color

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

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


#b973bd Background Color

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

This div background color is #b973bd


#b973bd Border Color

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

This div border color is #b973bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b973bd


Comments

No comments written yet.

Please login to write comment.