Color Hex Logo

#b776df Color Hex

#B776DF
(183,118,223)
0 Favorites   0 Comments

Color spaces of #b776df

RGB 183118223
HSL0.770.620.67
HSV277°47°87°
CMYK 0.180.470.00   0.13
XYZ39.326228.351973.2118
Yxy28.35190.27910.2012
Hunter Lab53.246538.6531-44.2488
CIE-Lab60.205344.1073-43.8261

#b776df color RGB value is (183,118,223).

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

The process color (four color CMYK) of #b776df color hex is 0.18, 0.47, 0.00, 0.13. Web safe color of #b776df is #cc66cc. Color #b776df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110110 11011111
Octal 267 166 337
Decimal 183 118 223
Hex B7 76 DF

RGB Percentages of Color #b776df

%34.92
%22.52
%42.56

CMYK Percentages of Color #b776df

%18
%47
%0
%13

Triadic Colors of #b776df

#b776df #dfb776 #76dfb7

Analogous Colors of #b776df

#b776df #df76d3 #8376df

Monochromatic Colors of #b776df

#b776df

Complementary Color

#b776df #9edf76

#b776df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b776df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b776df Color CSS Codes

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

#b776df Text Font Color

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

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


#b776df Background Color

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

This div background color is #b776df


#b776df Border Color

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

This div border color is #b776df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b776df


Comments

No comments written yet.

Please login to write comment.