Color Hex Logo

#bb126a Color Hex

#BB126A
(187,18,106)
0 Favorites   0 Comments

Color spaces of #bb126a

RGB 18718106
HSL0.910.820.40
HSV329°90°73°
CMYK 0.000.900.43   0.27
XYZ23.311312.038014.7306
Yxy12.03800.46550.2404
Hunter Lab34.695859.2122-0.8853
CIE-Lab41.276566.0959-3.9190

#bb126a color RGB value is (187,18,106).

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

The process color (four color CMYK) of #bb126a color hex is 0.00, 0.90, 0.43, 0.27. Web safe color of #bb126a is #cc0066. Color #bb126a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010010 01101010
Octal 273 22 152
Decimal 187 18 106
Hex BB 12 6A

RGB Percentages of Color #bb126a

%60.13
%5.79
%34.08

CMYK Percentages of Color #bb126a

%0
%90
%43
%27

Triadic Colors of #bb126a

#bb126a #6abb12 #126abb

Analogous Colors of #bb126a

#bb126a #bb1216 #b812bb

Monochromatic Colors of #bb126a

#bb126a

Complementary Color

#bb126a #12bb63

#bb126a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb126a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb126a Color CSS Codes

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

#bb126a Text Font Color

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

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


#bb126a Background Color

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

This div background color is #bb126a


#bb126a Border Color

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

This div border color is #bb126a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb126a


Comments

No comments written yet.

Please login to write comment.