Color Hex Logo

#b566bb Color Hex

#B566BB
(181,102,187)
0 Favorites   0 Comments

Color spaces of #b566bb

RGB 181102187
HSL0.820.380.57
HSV296°45°73°
CMYK 0.030.450.00   0.27
XYZ32.777122.914449.7091
Yxy22.91440.31100.2174
Hunter Lab47.869038.4527-28.0609
CIE-Lab54.984144.6629-31.6141

#b566bb color RGB value is (181,102,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100110 10111011
Octal 265 146 273
Decimal 181 102 187
Hex B5 66 BB

RGB Percentages of Color #b566bb

%38.51
%21.70
%39.79

CMYK Percentages of Color #b566bb

%3
%45
%0
%27

Triadic Colors of #b566bb

#b566bb #bbb566 #66bbb5

Analogous Colors of #b566bb

#b566bb #bb6697 #8b66bb

Monochromatic Colors of #b566bb

#b566bb

Complementary Color

#b566bb #6cbb66

#b566bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b566bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b566bb Color CSS Codes

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

#b566bb Text Font Color

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

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


#b566bb Background Color

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

This div background color is #b566bb


#b566bb Border Color

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

This div border color is #b566bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b566bb


Comments

No comments written yet.

Please login to write comment.