Color Hex Logo

#b866bb Color Hex

#B866BB
(184,102,187)
0 Favorites   0 Comments

Color spaces of #b866bb

RGB 184102187
HSL0.830.380.57
HSV298°45°73°
CMYK 0.020.450.00   0.27
XYZ33.488223.280949.7424
Yxy23.28090.31440.2186
Hunter Lab48.250339.4503-27.3483
CIE-Lab55.360545.5578-30.9995

#b866bb color RGB value is (184,102,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100110 10111011
Octal 270 146 273
Decimal 184 102 187
Hex B8 66 BB

RGB Percentages of Color #b866bb

%38.90
%21.56
%39.53

CMYK Percentages of Color #b866bb

%2
%45
%0
%27

Triadic Colors of #b866bb

#b866bb #bbb866 #66bbb8

Analogous Colors of #b866bb

#b866bb #bb6694 #8e66bb

Monochromatic Colors of #b866bb

#b866bb

Complementary Color

#b866bb #69bb66

#b866bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b866bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b866bb Color CSS Codes

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

#b866bb Text Font Color

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

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


#b866bb Background Color

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

This div background color is #b866bb


#b866bb Border Color

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

This div border color is #b866bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b866bb


Comments

No comments written yet.

Please login to write comment.