Color Hex Logo

#bb0bad Color Hex

#BB0BAD
(187,11,173)
0 Favorites   0 Comments

Color spaces of #bb0bad

RGB 18711173
HSL0.850.890.39
HSV305°94°73°
CMYK 0.000.940.07   0.27
XYZ28.156013.821340.7189
Yxy13.82130.34050.1671
Hunter Lab37.177070.1272-38.9147
CIE-Lab43.975674.7940-40.6866

#bb0bad color RGB value is (187,11,173).

#bb0bad hex color red value is 187, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb0bad hue: 0.85 , saturation: 0.89 and the lightness value of bb0bad is 0.39.

The process color (four color CMYK) of #bb0bad color hex is 0.00, 0.94, 0.07, 0.27. Web safe color of #bb0bad is #cc0099. Color #bb0bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001011 10101101
Octal 273 13 255
Decimal 187 11 173
Hex BB B AD

RGB Percentages of Color #bb0bad

%50.40
%2.96
%46.63

CMYK Percentages of Color #bb0bad

%0
%94
%7
%27

Triadic Colors of #bb0bad

#bb0bad #adbb0b #0badbb

Analogous Colors of #bb0bad

#bb0bad #bb0b55 #710bbb

Monochromatic Colors of #bb0bad

#bb0bad

Complementary Color

#bb0bad #0bbb19

#bb0bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0bad Color CSS Codes

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

#bb0bad Text Font Color

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

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


#bb0bad Background Color

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

This div background color is #bb0bad


#bb0bad Border Color

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

This div border color is #bb0bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0bad


Comments

No comments written yet.

Please login to write comment.