Color Hex Logo

#bb448d Color Hex

#BB448D
(187,68,141)
0 Favorites   0 Comments

Color spaces of #bb448d

RGB 18768141
HSL0.900.470.50
HSV323°64°73°
CMYK 0.000.640.25   0.27
XYZ27.368416.622126.9652
Yxy16.62210.38570.2343
Hunter Lab40.770248.4764-10.6749
CIE-Lab47.780355.2569-15.6305

#bb448d color RGB value is (187,68,141).

#bb448d hex color red value is 187, green value is 68 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bb448d hue: 0.90 , saturation: 0.47 and the lightness value of bb448d is 0.50.

The process color (four color CMYK) of #bb448d color hex is 0.00, 0.64, 0.25, 0.27. Web safe color of #bb448d is #cc3399. Color #bb448d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000100 10001101
Octal 273 104 215
Decimal 187 68 141
Hex BB 44 8D

RGB Percentages of Color #bb448d

%47.22
%17.17
%35.61

CMYK Percentages of Color #bb448d

%0
%64
%25
%27

Triadic Colors of #bb448d

#bb448d #8dbb44 #448dbb

Analogous Colors of #bb448d

#bb448d #bb4452 #ae44bb

Monochromatic Colors of #bb448d

#bb448d

Complementary Color

#bb448d #44bb72

#bb448d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb448d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb448d Color CSS Codes

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

#bb448d Text Font Color

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

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


#bb448d Background Color

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

This div background color is #bb448d


#bb448d Border Color

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

This div border color is #bb448d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb448d


Comments

No comments written yet.

Please login to write comment.