Color Hex Logo

#bb329d Color Hex

#BB329D
(187,50,157)
0 Favorites   0 Comments

Color spaces of #bb329d

RGB 18750157
HSL0.870.580.46
HSV313°73°73°
CMYK 0.000.730.16   0.27
XYZ27.719915.280333.3867
Yxy15.28030.36290.2000
Hunter Lab39.090058.1721-23.2764
CIE-Lab46.015764.2703-27.9419

#bb329d color RGB value is (187,50,157).

#bb329d hex color red value is 187, green value is 50 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bb329d hue: 0.87 , saturation: 0.58 and the lightness value of bb329d is 0.46.

The process color (four color CMYK) of #bb329d color hex is 0.00, 0.73, 0.16, 0.27. Web safe color of #bb329d is #cc3399. Color #bb329d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110010 10011101
Octal 273 62 235
Decimal 187 50 157
Hex BB 32 9D

RGB Percentages of Color #bb329d

%47.46
%12.69
%39.85

CMYK Percentages of Color #bb329d

%0
%73
%16
%27

Triadic Colors of #bb329d

#bb329d #9dbb32 #329dbb

Analogous Colors of #bb329d

#bb329d #bb3259 #9532bb

Monochromatic Colors of #bb329d

#bb329d

Complementary Color

#bb329d #32bb50

#bb329d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb329d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb329d Color CSS Codes

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

#bb329d Text Font Color

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

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


#bb329d Background Color

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

This div background color is #bb329d


#bb329d Border Color

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

This div border color is #bb329d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb329d


Comments

No comments written yet.

Please login to write comment.