Color Hex Logo

#bb348e Color Hex

#BB348E
(187,52,142)
0 Favorites   0 Comments

Color spaces of #bb348e

RGB 18752142
HSL0.890.560.47
HSV320°72°73°
CMYK 0.000.720.24   0.27
XYZ26.604014.973827.0792
Yxy14.97380.38750.2181
Hunter Lab38.696055.0031-14.4036
CIE-Lab45.598361.5592-19.5694

#bb348e color RGB value is (187,52,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110100 10001110
Octal 273 64 216
Decimal 187 52 142
Hex BB 34 8E

RGB Percentages of Color #bb348e

%49.08
%13.65
%37.27

CMYK Percentages of Color #bb348e

%0
%72
%24
%27

Triadic Colors of #bb348e

#bb348e #8ebb34 #348ebb

Analogous Colors of #bb348e

#bb348e #bb344b #a534bb

Monochromatic Colors of #bb348e

#bb348e

Complementary Color

#bb348e #34bb61

#bb348e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb348e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb348e Color CSS Codes

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

#bb348e Text Font Color

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

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


#bb348e Background Color

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

This div background color is #bb348e


#bb348e Border Color

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

This div border color is #bb348e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb348e


Comments

No comments written yet.

Please login to write comment.