Color Hex Logo

#b777bb Color Hex

#B777BB
(183,119,187)
0 Favorites   0 Comments

Color spaces of #b777bb

RGB 183119187
HSL0.820.330.60
HSV296°36°73°
CMYK 0.020.360.00   0.27
XYZ35.094926.848850.3463
Yxy26.84880.31250.2391
Hunter Lab51.815830.2205-21.3374
CIE-Lab58.834136.1451-25.6313

#b777bb color RGB value is (183,119,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110111 10111011
Octal 267 167 273
Decimal 183 119 187
Hex B7 77 BB

RGB Percentages of Color #b777bb

%37.42
%24.34
%38.24

CMYK Percentages of Color #b777bb

%2
%36
%0
%27

Triadic Colors of #b777bb

#b777bb #bbb777 #77bbb7

Analogous Colors of #b777bb

#b777bb #bb779d #9577bb

Monochromatic Colors of #b777bb

#b777bb

Complementary Color

#b777bb #7bbb77

#b777bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b777bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b777bb Color CSS Codes

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

#b777bb Text Font Color

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

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


#b777bb Background Color

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

This div background color is #b777bb


#b777bb Border Color

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

This div border color is #b777bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b777bb


Comments

No comments written yet.

Please login to write comment.