Color Hex Logo

#bb029e Color Hex

#BB029E
(187,2,158)
0 Favorites   0 Comments

Color spaces of #bb029e

RGB 1872158
HSL0.860.980.37
HSV309°99°73°
CMYK 0.000.990.16   0.27
XYZ26.686813.076833.4653
Yxy13.07680.36440.1786
Hunter Lab36.161968.4465-29.5555
CIE-Lab42.878773.6204-33.4563

#bb029e color RGB value is (187,2,158).

#bb029e hex color red value is 187, green value is 2 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bb029e hue: 0.86 , saturation: 0.98 and the lightness value of bb029e is 0.37.

The process color (four color CMYK) of #bb029e color hex is 0.00, 0.99, 0.16, 0.27. Web safe color of #bb029e is #cc0099. Color #bb029e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000010 10011110
Octal 273 2 236
Decimal 187 2 158
Hex BB 2 9E

RGB Percentages of Color #bb029e

%53.89
%0.58
%45.53

CMYK Percentages of Color #bb029e

%0
%99
%16
%27

Triadic Colors of #bb029e

#bb029e #9ebb02 #029ebb

Analogous Colors of #bb029e

#bb029e #bb0242 #7c02bb

Monochromatic Colors of #bb029e

#bb029e

Complementary Color

#bb029e #02bb1f

#bb029e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb029e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb029e Color CSS Codes

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

#bb029e Text Font Color

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

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


#bb029e Background Color

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

This div background color is #bb029e


#bb029e Border Color

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

This div border color is #bb029e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb029e


Comments

No comments written yet.

Please login to write comment.