Color Hex Logo

#bb488a Color Hex

#BB488A
(187,72,138)
0 Favorites   0 Comments

Color spaces of #bb488a

RGB 18772138
HSL0.900.460.51
HSV326°61°73°
CMYK 0.000.610.26   0.27
XYZ27.398317.034525.8887
Yxy17.03450.38960.2422
Hunter Lab41.272946.2667-8.2991
CIE-Lab48.303553.1221-13.0344

#bb488a color RGB value is (187,72,138).

#bb488a hex color red value is 187, green value is 72 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bb488a hue: 0.90 , saturation: 0.46 and the lightness value of bb488a is 0.51.

The process color (four color CMYK) of #bb488a color hex is 0.00, 0.61, 0.26, 0.27. Web safe color of #bb488a is #cc3399. Color #bb488a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001000 10001010
Octal 273 110 212
Decimal 187 72 138
Hex BB 48 8A

RGB Percentages of Color #bb488a

%47.10
%18.14
%34.76

CMYK Percentages of Color #bb488a

%0
%61
%26
%27

Triadic Colors of #bb488a

#bb488a #8abb48 #488abb

Analogous Colors of #bb488a

#bb488a #bb4851 #b348bb

Monochromatic Colors of #bb488a

#bb488a

Complementary Color

#bb488a #48bb79

#bb488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb488a Color CSS Codes

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

#bb488a Text Font Color

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

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


#bb488a Background Color

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

This div background color is #bb488a


#bb488a Border Color

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

This div border color is #bb488a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb488a


Comments

No comments written yet.

Please login to write comment.