Color Hex Logo

#b977bd Color Hex

#B977BD
(185,119,189)
0 Favorites   0 Comments

Color spaces of #b977bd

RGB 185119189
HSL0.820.350.60
HSV297°37°74°
CMYK 0.020.370.00   0.26
XYZ35.789727.182151.5045
Yxy27.18210.31260.2374
Hunter Lab52.136531.2947-22.0758
CIE-Lab59.142537.1676-26.2766

#b977bd color RGB value is (185,119,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110111 10111101
Octal 271 167 275
Decimal 185 119 189
Hex B9 77 BD

RGB Percentages of Color #b977bd

%37.53
%24.14
%38.34

CMYK Percentages of Color #b977bd

%2
%37
%0
%26

Triadic Colors of #b977bd

#b977bd #bdb977 #77bdb9

Analogous Colors of #b977bd

#b977bd #bd779e #9677bd

Monochromatic Colors of #b977bd

#b977bd

Complementary Color

#b977bd #7bbd77

#b977bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b977bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b977bd Color CSS Codes

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

#b977bd Text Font Color

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

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


#b977bd Background Color

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

This div background color is #b977bd


#b977bd Border Color

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

This div border color is #b977bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b977bd


Comments

No comments written yet.

Please login to write comment.