Color Hex Logo

#bb145a Color Hex

#BB145A
(187,20,90)
0 Favorites   0 Comments

Color spaces of #bb145a

RGB 1872090
HSL0.930.810.41
HSV335°89°73°
CMYK 0.000.890.52   0.27
XYZ22.589111.803310.7605
Yxy11.80330.50030.2614
Hunter Lab34.355957.24135.4791
CIE-Lab40.901864.44495.6394

#bb145a color RGB value is (187,20,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010100 01011010
Octal 273 24 132
Decimal 187 20 90
Hex BB 14 5A

RGB Percentages of Color #bb145a

%62.96
%6.73
%30.30

CMYK Percentages of Color #bb145a

%0
%89
%52
%27

Triadic Colors of #bb145a

#bb145a #5abb14 #145abb

Analogous Colors of #bb145a

#bb145a #bb2114 #bb14ae

Monochromatic Colors of #bb145a

#bb145a

Complementary Color

#bb145a #14bb75

#bb145a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb145a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb145a Color CSS Codes

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

#bb145a Text Font Color

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

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


#bb145a Background Color

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

This div background color is #bb145a


#bb145a Border Color

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

This div border color is #bb145a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,20,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 #bb145a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb145a


Comments

No comments written yet.

Please login to write comment.