Color Hex Logo

#bb087b Color Hex

#BB087B
(187,8,123)
0 Favorites   0 Comments

Color spaces of #bb087b

RGB 1878123
HSL0.890.920.38
HSV321°96°73°
CMYK 0.000.960.34   0.27
XYZ24.155512.168519.8145
Yxy12.16850.43030.2168
Hunter Lab34.883462.5590-9.2596
CIE-Lab41.482768.9404-14.2287

#bb087b color RGB value is (187,8,123).

#bb087b hex color red value is 187, green value is 8 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bb087b hue: 0.89 , saturation: 0.92 and the lightness value of bb087b is 0.38.

The process color (four color CMYK) of #bb087b color hex is 0.00, 0.96, 0.34, 0.27. Web safe color of #bb087b is #cc0066. Color #bb087b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001000 01111011
Octal 273 10 173
Decimal 187 8 123
Hex BB 8 7B

RGB Percentages of Color #bb087b

%58.81
%2.52
%38.68

CMYK Percentages of Color #bb087b

%0
%96
%34
%27

Triadic Colors of #bb087b

#bb087b #7bbb08 #087bbb

Analogous Colors of #bb087b

#bb087b #bb0822 #a208bb

Monochromatic Colors of #bb087b

#bb087b

Complementary Color

#bb087b #08bb48

#bb087b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb087b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb087b Color CSS Codes

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

#bb087b Text Font Color

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

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


#bb087b Background Color

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

This div background color is #bb087b


#bb087b Border Color

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

This div border color is #bb087b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb087b


Comments

No comments written yet.

Please login to write comment.