Color Hex Logo

#b776eb Color Hex

#B776EB
(183,118,235)
0 Favorites   0 Comments

Color spaces of #b776eb

RGB 183118235
HSL0.760.750.69
HSV273°50°92°
CMYK 0.220.500.00   0.08
XYZ41.002329.022382.0381
Yxy29.02230.26960.1909
Hunter Lab53.872341.5799-52.5776
CIE-Lab60.801346.7581-49.5744

#b776eb color RGB value is (183,118,235).

#b776eb hex color red value is 183, green value is 118 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b776eb hue: 0.76 , saturation: 0.75 and the lightness value of b776eb is 0.69.

The process color (four color CMYK) of #b776eb color hex is 0.22, 0.50, 0.00, 0.08. Web safe color of #b776eb is #cc66ff. Color #b776eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110110 11101011
Octal 267 166 353
Decimal 183 118 235
Hex B7 76 EB

RGB Percentages of Color #b776eb

%34.14
%22.01
%43.84

CMYK Percentages of Color #b776eb

%22
%50
%0
%8

Triadic Colors of #b776eb

#b776eb #ebb776 #76ebb7

Analogous Colors of #b776eb

#b776eb #eb76e5 #7d76eb

Monochromatic Colors of #b776eb

#b776eb

Complementary Color

#b776eb #aaeb76

#b776eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b776eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b776eb Color CSS Codes

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

#b776eb Text Font Color

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

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


#b776eb Background Color

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

This div background color is #b776eb


#b776eb Border Color

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

This div border color is #b776eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b776eb


Comments

No comments written yet.

Please login to write comment.