Color Hex Logo

#bb129d Color Hex

#BB129D
(187,18,157)
0 Favorites   0 Comments

Color spaces of #bb129d

RGB 18718157
HSL0.860.820.40
HSV311°90°73°
CMYK 0.000.900.16   0.27
XYZ26.795613.431733.0786
Yxy13.43170.36550.1832
Hunter Lab36.649366.3715-27.8590
CIE-Lab43.406671.7893-32.0242

#bb129d color RGB value is (187,18,157).

#bb129d hex color red value is 187, green value is 18 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bb129d hue: 0.86 , saturation: 0.82 and the lightness value of bb129d is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010010 10011101
Octal 273 22 235
Decimal 187 18 157
Hex BB 12 9D

RGB Percentages of Color #bb129d

%51.66
%4.97
%43.37

CMYK Percentages of Color #bb129d

%0
%90
%16
%27

Triadic Colors of #bb129d

#bb129d #9dbb12 #129dbb

Analogous Colors of #bb129d

#bb129d #bb1248 #8512bb

Monochromatic Colors of #bb129d

#bb129d

Complementary Color

#bb129d #12bb30

#bb129d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb129d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb129d Color CSS Codes

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

#bb129d Text Font Color

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

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


#bb129d Background Color

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

This div background color is #bb129d


#bb129d Border Color

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

This div border color is #bb129d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb129d


Comments

No comments written yet.

Please login to write comment.