Color Hex Logo

#bb1f7d Color Hex

#BB1F7D
(187,31,125)
0 Favorites   0 Comments

Color spaces of #bb1f7d

RGB 18731125
HSL0.900.720.43
HSV324°83°73°
CMYK 0.000.830.33   0.27
XYZ24.685213.025420.6151
Yxy13.02540.42320.2233
Hunter Lab36.090758.9310-8.6031
CIE-Lab42.801565.5542-13.4613

#bb1f7d color RGB value is (187,31,125).

#bb1f7d hex color red value is 187, green value is 31 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bb1f7d hue: 0.90 , saturation: 0.72 and the lightness value of bb1f7d is 0.43.

The process color (four color CMYK) of #bb1f7d color hex is 0.00, 0.83, 0.33, 0.27. Web safe color of #bb1f7d is #cc3366. Color #bb1f7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011111 01111101
Octal 273 37 175
Decimal 187 31 125
Hex BB 1F 7D

RGB Percentages of Color #bb1f7d

%54.52
%9.04
%36.44

CMYK Percentages of Color #bb1f7d

%0
%83
%33
%27

Triadic Colors of #bb1f7d

#bb1f7d #7dbb1f #1f7dbb

Analogous Colors of #bb1f7d

#bb1f7d #bb1f2f #ab1fbb

Monochromatic Colors of #bb1f7d

#bb1f7d

Complementary Color

#bb1f7d #1fbb5d

#bb1f7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1f7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1f7d Color CSS Codes

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

#bb1f7d Text Font Color

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

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


#bb1f7d Background Color

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

This div background color is #bb1f7d


#bb1f7d Border Color

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

This div border color is #bb1f7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1f7d


Comments

No comments written yet.

Please login to write comment.