Color Hex Logo

#bb125e Color Hex

#BB125E
(187,18,94)
0 Favorites   0 Comments

Color spaces of #bb125e

RGB 1871894
HSL0.930.820.40
HSV333°90°73°
CMYK 0.000.900.50   0.27
XYZ22.730211.805611.6704
Yxy11.80560.49190.2555
Hunter Lab34.359357.95703.9132
CIE-Lab40.905565.07253.1096

#bb125e color RGB value is (187,18,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010010 01011110
Octal 273 22 136
Decimal 187 18 94
Hex BB 12 5E

RGB Percentages of Color #bb125e

%62.54
%6.02
%31.44

CMYK Percentages of Color #bb125e

%0
%90
%50
%27

Triadic Colors of #bb125e

#bb125e #5ebb12 #125ebb

Analogous Colors of #bb125e

#bb125e #bb1b12 #bb12b3

Monochromatic Colors of #bb125e

#bb125e

Complementary Color

#bb125e #12bb6f

#bb125e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb125e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb125e Color CSS Codes

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

#bb125e Text Font Color

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

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


#bb125e Background Color

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

This div background color is #bb125e


#bb125e Border Color

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

This div border color is #bb125e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb125e


Comments

No comments written yet.

Please login to write comment.