Color Hex Logo

#bb148d Color Hex

#BB148D
(187,20,141)
0 Favorites   0 Comments

Color spaces of #bb148d

RGB 18720141
HSL0.880.810.41
HSV317°89°73°
CMYK 0.000.890.25   0.27
XYZ25.551412.988226.3596
Yxy12.98820.39370.2001
Hunter Lab36.039163.4862-18.1382
CIE-Lab42.745569.4842-23.3639

#bb148d color RGB value is (187,20,141).

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

The process color (four color CMYK) of #bb148d color hex is 0.00, 0.89, 0.25, 0.27. Web safe color of #bb148d is #cc0099. Color #bb148d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010100 10001101
Octal 273 24 215
Decimal 187 20 141
Hex BB 14 8D

RGB Percentages of Color #bb148d

%53.74
%5.75
%40.52

CMYK Percentages of Color #bb148d

%0
%89
%25
%27

Triadic Colors of #bb148d

#bb148d #8dbb14 #148dbb

Analogous Colors of #bb148d

#bb148d #bb1439 #9614bb

Monochromatic Colors of #bb148d

#bb148d

Complementary Color

#bb148d #14bb42

#bb148d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb148d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb148d Color CSS Codes

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

#bb148d Text Font Color

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

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


#bb148d Background Color

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

This div background color is #bb148d


#bb148d Border Color

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

This div border color is #bb148d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb148d


Comments

No comments written yet.

Please login to write comment.