Color Hex Logo

#bb015b Color Hex

#BB015B
(187,1,91)
0 Favorites   0 Comments

Color spaces of #bb015b

RGB 187191
HSL0.920.990.37
HSV331°99°73°
CMYK 0.000.990.51   0.27
XYZ22.392711.341810.9065
Yxy11.34180.50160.2541
Hunter Lab33.677659.75144.3732
CIE-Lab40.150366.78383.9274

#bb015b color RGB value is (187,1,91).

#bb015b hex color red value is 187, green value is 1 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bb015b hue: 0.92 , saturation: 0.99 and the lightness value of bb015b is 0.37.

The process color (four color CMYK) of #bb015b color hex is 0.00, 0.99, 0.51, 0.27. Web safe color of #bb015b is #cc0066. Color #bb015b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000001 01011011
Octal 273 1 133
Decimal 187 1 91
Hex BB 1 5B

RGB Percentages of Color #bb015b

%67.03
%0.36
%32.62

CMYK Percentages of Color #bb015b

%0
%99
%51
%27

Triadic Colors of #bb015b

#bb015b #5bbb01 #015bbb

Analogous Colors of #bb015b

#bb015b #bb0401 #bb01b8

Monochromatic Colors of #bb015b

#bb015b

Complementary Color

#bb015b #01bb61

#bb015b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb015b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb015b Color CSS Codes

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

#bb015b Text Font Color

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

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


#bb015b Background Color

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

This div background color is #bb015b


#bb015b Border Color

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

This div border color is #bb015b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb015b


Comments

No comments written yet.

Please login to write comment.