Color Hex Logo

#bb155a Color Hex

#BB155A
(187,21,90)
0 Favorites   0 Comments

Color spaces of #bb155a

RGB 1872190
HSL0.930.800.41
HSV335°89°73°
CMYK 0.000.890.52   0.27
XYZ22.607111.839310.7665
Yxy11.83930.50000.2619
Hunter Lab34.408357.06455.5337
CIE-Lab40.959664.27805.7218

#bb155a color RGB value is (187,21,90).

#bb155a hex color red value is 187, green value is 21 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bb155a hue: 0.93 , saturation: 0.80 and the lightness value of bb155a is 0.41.

The process color (four color CMYK) of #bb155a color hex is 0.00, 0.89, 0.52, 0.27. Web safe color of #bb155a is #cc0066. Color #bb155a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010101 01011010
Octal 273 25 132
Decimal 187 21 90
Hex BB 15 5A

RGB Percentages of Color #bb155a

%62.75
%7.05
%30.20

CMYK Percentages of Color #bb155a

%0
%89
%52
%27

Triadic Colors of #bb155a

#bb155a #5abb15 #155abb

Analogous Colors of #bb155a

#bb155a #bb2315 #bb15ad

Monochromatic Colors of #bb155a

#bb155a

Complementary Color

#bb155a #15bb76

#bb155a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb155a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb155a Color CSS Codes

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

#bb155a Text Font Color

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

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


#bb155a Background Color

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

This div background color is #bb155a


#bb155a Border Color

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

This div border color is #bb155a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb155a


Comments

No comments written yet.

Please login to write comment.