Color Hex Logo

#bb128a Color Hex

#BB128A
(187,18,138)
0 Favorites   0 Comments

Color spaces of #bb128a

RGB 18718138
HSL0.880.820.40
HSV317°90°73°
CMYK 0.000.900.26   0.27
XYZ25.297312.832425.1883
Yxy12.83240.39950.2027
Hunter Lab35.822363.3654-16.6138
CIE-Lab42.509669.4275-21.8962

#bb128a color RGB value is (187,18,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010010 10001010
Octal 273 22 212
Decimal 187 18 138
Hex BB 12 8A

RGB Percentages of Color #bb128a

%54.52
%5.25
%40.23

CMYK Percentages of Color #bb128a

%0
%90
%26
%27

Triadic Colors of #bb128a

#bb128a #8abb12 #128abb

Analogous Colors of #bb128a

#bb128a #bb1235 #9812bb

Monochromatic Colors of #bb128a

#bb128a

Complementary Color

#bb128a #12bb43

#bb128a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb128a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb128a Color CSS Codes

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

#bb128a Text Font Color

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

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


#bb128a Background Color

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

This div background color is #bb128a


#bb128a Border Color

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

This div border color is #bb128a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb128a


Comments

No comments written yet.

Please login to write comment.