Color Hex Logo

#b776bc Color Hex

#B776BC
(183,118,188)
0 Favorites   0 Comments

Color spaces of #b776bc

RGB 183118188
HSL0.820.340.60
HSV296°37°74°
CMYK 0.030.370.00   0.26
XYZ35.084026.655050.8728
Yxy26.65500.31150.2367
Hunter Lab51.628530.9494-22.2822
CIE-Lab58.653636.8859-26.4798

#b776bc color RGB value is (183,118,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110110 10111100
Octal 267 166 274
Decimal 183 118 188
Hex B7 76 BC

RGB Percentages of Color #b776bc

%37.42
%24.13
%38.45

CMYK Percentages of Color #b776bc

%3
%37
%0
%26

Triadic Colors of #b776bc

#b776bc #bcb776 #76bcb7

Analogous Colors of #b776bc

#b776bc #bc769e #9476bc

Monochromatic Colors of #b776bc

#b776bc

Complementary Color

#b776bc #7bbc76

#b776bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b776bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b776bc Color CSS Codes

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

#b776bc Text Font Color

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

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


#b776bc Background Color

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

This div background color is #b776bc


#b776bc Border Color

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

This div border color is #b776bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b776bc


Comments

No comments written yet.

Please login to write comment.