Color Hex Logo

#bb347a Color Hex

#BB347A
(187,52,122)
0 Favorites   0 Comments

Color spaces of #bb347a

RGB 18752122
HSL0.910.560.47
HSV329°72°73°
CMYK 0.000.720.35   0.27
XYZ25.234414.425919.8668
Yxy14.42590.42390.2423
Hunter Lab37.981452.1257-4.4256
CIE-Lab44.837659.1261-8.5440

#bb347a color RGB value is (187,52,122).

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

The process color (four color CMYK) of #bb347a color hex is 0.00, 0.72, 0.35, 0.27. Web safe color of #bb347a is #cc3366. Color #bb347a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110100 01111010
Octal 273 64 172
Decimal 187 52 122
Hex BB 34 7A

RGB Percentages of Color #bb347a

%51.80
%14.40
%33.80

CMYK Percentages of Color #bb347a

%0
%72
%35
%27

Triadic Colors of #bb347a

#bb347a #7abb34 #347abb

Analogous Colors of #bb347a

#bb347a #bb3437 #b934bb

Monochromatic Colors of #bb347a

#bb347a

Complementary Color

#bb347a #34bb75

#bb347a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb347a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb347a Color CSS Codes

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

#bb347a Text Font Color

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

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


#bb347a Background Color

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

This div background color is #bb347a


#bb347a Border Color

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

This div border color is #bb347a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb347a


Comments

No comments written yet.

Please login to write comment.