Color Hex Logo

#b766bb Color Hex

#B766BB
(183,102,187)
0 Favorites   0 Comments

Color spaces of #b766bb

RGB 183102187
HSL0.830.380.57
HSV297°45°73°
CMYK 0.020.450.00   0.27
XYZ33.249523.157949.7312
Yxy23.15790.31330.2182
Hunter Lab48.122739.1168-27.5860
CIE-Lab55.234645.2594-31.2050

#b766bb color RGB value is (183,102,187).

#b766bb hex color red value is 183, green value is 102 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b766bb hue: 0.83 , saturation: 0.38 and the lightness value of b766bb is 0.57.

The process color (four color CMYK) of #b766bb color hex is 0.02, 0.45, 0.00, 0.27. Web safe color of #b766bb is #cc66cc. Color #b766bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100110 10111011
Octal 267 146 273
Decimal 183 102 187
Hex B7 66 BB

RGB Percentages of Color #b766bb

%38.77
%21.61
%39.62

CMYK Percentages of Color #b766bb

%2
%45
%0
%27

Triadic Colors of #b766bb

#b766bb #bbb766 #66bbb7

Analogous Colors of #b766bb

#b766bb #bb6695 #8d66bb

Monochromatic Colors of #b766bb

#b766bb

Complementary Color

#b766bb #6abb66

#b766bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b766bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b766bb Color CSS Codes

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

#b766bb Text Font Color

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

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


#b766bb Background Color

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

This div background color is #b766bb


#b766bb Border Color

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

This div border color is #b766bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b766bb


Comments

No comments written yet.

Please login to write comment.