Color Hex Logo

#bb1baf Color Hex

#BB1BAF
(187,27,175)
0 Favorites   0 Comments

Color spaces of #bb1baf

RGB 18727175
HSL0.850.750.42
HSV305°86°73°
CMYK 0.000.860.06   0.27
XYZ28.623314.443841.8368
Yxy14.44380.33710.1701
Hunter Lab38.005067.9277-38.6643
CIE-Lab44.862872.8036-40.4636

#bb1baf color RGB value is (187,27,175).

#bb1baf hex color red value is 187, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bb1baf hue: 0.85 , saturation: 0.75 and the lightness value of bb1baf is 0.42.

The process color (four color CMYK) of #bb1baf color hex is 0.00, 0.86, 0.06, 0.27. Web safe color of #bb1baf is #cc3399. Color #bb1baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011011 10101111
Octal 273 33 257
Decimal 187 27 175
Hex BB 1B AF

RGB Percentages of Color #bb1baf

%48.07
%6.94
%44.99

CMYK Percentages of Color #bb1baf

%0
%86
%6
%27

Triadic Colors of #bb1baf

#bb1baf #afbb1b #1bafbb

Analogous Colors of #bb1baf

#bb1baf #bb1b5f #771bbb

Monochromatic Colors of #bb1baf

#bb1baf

Complementary Color

#bb1baf #1bbb27

#bb1baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1baf Color CSS Codes

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

#bb1baf Text Font Color

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

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


#bb1baf Background Color

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

This div background color is #bb1baf


#bb1baf Border Color

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

This div border color is #bb1baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1baf


Comments

No comments written yet.

Please login to write comment.