Color Hex Logo

#bb76bf Color Hex

#BB76BF
(187,118,191)
0 Favorites   0 Comments

Color spaces of #bb76bf

RGB 187118191
HSL0.820.360.61
HSV297°38°75°
CMYK 0.020.380.00   0.25
XYZ36.375927.283352.6392
Yxy27.28330.31280.2346
Hunter Lab52.233432.9008-23.1872
CIE-Lab59.235638.7267-27.2521

#bb76bf color RGB value is (187,118,191).

#bb76bf hex color red value is 187, green value is 118 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bb76bf hue: 0.82 , saturation: 0.36 and the lightness value of bb76bf is 0.61.

The process color (four color CMYK) of #bb76bf color hex is 0.02, 0.38, 0.00, 0.25. Web safe color of #bb76bf is #cc66cc. Color #bb76bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110110 10111111
Octal 273 166 277
Decimal 187 118 191
Hex BB 76 BF

RGB Percentages of Color #bb76bf

%37.70
%23.79
%38.51

CMYK Percentages of Color #bb76bf

%2
%38
%0
%25

Triadic Colors of #bb76bf

#bb76bf #bfbb76 #76bfbb

Analogous Colors of #bb76bf

#bb76bf #bf769f #9776bf

Monochromatic Colors of #bb76bf

#bb76bf

Complementary Color

#bb76bf #7abf76

#bb76bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb76bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb76bf Color CSS Codes

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

#bb76bf Text Font Color

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

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


#bb76bf Background Color

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

This div background color is #bb76bf


#bb76bf Border Color

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

This div border color is #bb76bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb76bf


Comments

No comments written yet.

Please login to write comment.