Color Hex Logo

#b977bb Color Hex

#B977BB
(185,119,187)
0 Favorites   0 Comments

Color spaces of #b977bb

RGB 185119187
HSL0.830.330.60
HSV298°36°73°
CMYK 0.010.360.00   0.27
XYZ35.574027.095850.3688
Yxy27.09580.31470.2397
Hunter Lab52.053630.8949-20.9334
CIE-Lab59.062936.7839-25.2599

#b977bb color RGB value is (185,119,187).

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

The process color (four color CMYK) of #b977bb color hex is 0.01, 0.36, 0.00, 0.27. Web safe color of #b977bb is #cc66cc. Color #b977bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110111 10111011
Octal 271 167 273
Decimal 185 119 187
Hex B9 77 BB

RGB Percentages of Color #b977bb

%37.68
%24.24
%38.09

CMYK Percentages of Color #b977bb

%1
%36
%0
%27

Triadic Colors of #b977bb

#b977bb #bbb977 #77bbb9

Analogous Colors of #b977bb

#b977bb #bb779b #9777bb

Monochromatic Colors of #b977bb

#b977bb

Complementary Color

#b977bb #79bb77

#b977bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b977bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b977bb Color CSS Codes

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

#b977bb Text Font Color

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

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


#b977bb Background Color

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

This div background color is #b977bb


#b977bb Border Color

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

This div border color is #b977bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,119,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b977bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b977bb


Comments

No comments written yet.

Please login to write comment.