Color Hex Logo

#bb348b Color Hex

#BB348B
(187,52,139)
0 Favorites   0 Comments

Color spaces of #bb348b

RGB 18752139
HSL0.890.560.47
HSV321°72°73°
CMYK 0.000.720.26   0.27
XYZ26.381714.884925.9087
Yxy14.88490.39270.2216
Hunter Lab38.581054.5418-12.8090
CIE-Lab45.476161.1722-17.9410

#bb348b color RGB value is (187,52,139).

#bb348b hex color red value is 187, green value is 52 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bb348b hue: 0.89 , saturation: 0.56 and the lightness value of bb348b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110100 10001011
Octal 273 64 213
Decimal 187 52 139
Hex BB 34 8B

RGB Percentages of Color #bb348b

%49.47
%13.76
%36.77

CMYK Percentages of Color #bb348b

%0
%72
%26
%27

Triadic Colors of #bb348b

#bb348b #8bbb34 #348bbb

Analogous Colors of #bb348b

#bb348b #bb3448 #a834bb

Monochromatic Colors of #bb348b

#bb348b

Complementary Color

#bb348b #34bb64

#bb348b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb348b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb348b Color CSS Codes

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

#bb348b Text Font Color

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

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


#bb348b Background Color

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

This div background color is #bb348b


#bb348b Border Color

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

This div border color is #bb348b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb348b


Comments

No comments written yet.

Please login to write comment.