Color Hex Logo

#b777bc Color Hex

#B777BC
(183,119,188)
0 Favorites   0 Comments

Color spaces of #b777bc

RGB 183119188
HSL0.820.340.60
HSV296°37°74°
CMYK 0.030.370.00   0.26
XYZ35.202426.891850.9122
Yxy26.89180.31150.2380
Hunter Lab51.857330.4212-21.9093
CIE-Lab58.874036.3389-26.1398

#b777bc color RGB value is (183,119,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110111 10111100
Octal 267 167 274
Decimal 183 119 188
Hex B7 77 BC

RGB Percentages of Color #b777bc

%37.35
%24.29
%38.37

CMYK Percentages of Color #b777bc

%3
%37
%0
%26

Triadic Colors of #b777bc

#b777bc #bcb777 #77bcb7

Analogous Colors of #b777bc

#b777bc #bc779f #9577bc

Monochromatic Colors of #b777bc

#b777bc

Complementary Color

#b777bc #7cbc77

#b777bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b777bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b777bc Color CSS Codes

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

#b777bc Text Font Color

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

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


#b777bc Background Color

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

This div background color is #b777bc


#b777bc Border Color

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

This div border color is #b777bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b777bc


Comments

No comments written yet.

Please login to write comment.