Color Hex Logo

#b776dc Color Hex

#B776DC
(183,118,220)
0 Favorites   0 Comments

Color spaces of #b776dc

RGB 183118220
HSL0.770.590.66
HSV278°46°86°
CMYK 0.170.460.00   0.14
XYZ38.925128.191571.1001
Yxy28.19150.28160.2040
Hunter Lab53.095737.9432-42.2279
CIE-Lab60.061443.4569-42.3733

#b776dc color RGB value is (183,118,220).

#b776dc hex color red value is 183, green value is 118 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b776dc hue: 0.77 , saturation: 0.59 and the lightness value of b776dc is 0.66.

The process color (four color CMYK) of #b776dc color hex is 0.17, 0.46, 0.00, 0.14. Web safe color of #b776dc is #cc66cc. Color #b776dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110110 11011100
Octal 267 166 334
Decimal 183 118 220
Hex B7 76 DC

RGB Percentages of Color #b776dc

%35.12
%22.65
%42.23

CMYK Percentages of Color #b776dc

%17
%46
%0
%14

Triadic Colors of #b776dc

#b776dc #dcb776 #76dcb7

Analogous Colors of #b776dc

#b776dc #dc76ce #8476dc

Monochromatic Colors of #b776dc

#b776dc

Complementary Color

#b776dc #9bdc76

#b776dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b776dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b776dc Color CSS Codes

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

#b776dc Text Font Color

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

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


#b776dc Background Color

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

This div background color is #b776dc


#b776dc Border Color

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

This div border color is #b776dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b776dc


Comments

No comments written yet.

Please login to write comment.