Color Hex Logo

#b76beb Color Hex

#B76BEB
(183,107,235)
0 Favorites   0 Comments

Color spaces of #b76beb

RGB 183107235
HSL0.770.760.67
HSV276°54°92°
CMYK 0.220.540.00   0.08
XYZ39.781526.580881.6312
Yxy26.58080.26880.1796
Hunter Lab51.556647.5082-57.7862
CIE-Lab58.584352.5269-53.0954

#b76beb color RGB value is (183,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101011 11101011
Octal 267 153 353
Decimal 183 107 235
Hex B7 6B EB

RGB Percentages of Color #b76beb

%34.86
%20.38
%44.76

CMYK Percentages of Color #b76beb

%22
%54
%0
%8

Triadic Colors of #b76beb

#b76beb #ebb76b #6bebb7

Analogous Colors of #b76beb

#b76beb #eb6bdf #776beb

Monochromatic Colors of #b76beb

#b76beb

Complementary Color

#b76beb #9feb6b

#b76beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76beb Color CSS Codes

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

#b76beb Text Font Color

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

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


#b76beb Background Color

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

This div background color is #b76beb


#b76beb Border Color

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

This div border color is #b76beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76beb


Comments

No comments written yet.

Please login to write comment.