Color Hex Logo

#bb125f Color Hex

#BB125F
(187,18,95)
0 Favorites   0 Comments

Color spaces of #bb125f

RGB 1871895
HSL0.920.820.40
HSV333°90°73°
CMYK 0.000.900.49   0.27
XYZ22.775411.823611.9083
Yxy11.82360.48970.2542
Hunter Lab34.385558.05593.5366
CIE-Lab40.934465.15352.5182

#bb125f color RGB value is (187,18,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010010 01011111
Octal 273 22 137
Decimal 187 18 95
Hex BB 12 5F

RGB Percentages of Color #bb125f

%62.33
%6.00
%31.67

CMYK Percentages of Color #bb125f

%0
%90
%49
%27

Triadic Colors of #bb125f

#bb125f #5fbb12 #125fbb

Analogous Colors of #bb125f

#bb125f #bb1a12 #bb12b4

Monochromatic Colors of #bb125f

#bb125f

Complementary Color

#bb125f #12bb6e

#bb125f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb125f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb125f Color CSS Codes

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

#bb125f Text Font Color

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

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


#bb125f Background Color

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

This div background color is #bb125f


#bb125f Border Color

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

This div border color is #bb125f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb125f


Comments

No comments written yet.

Please login to write comment.