Color Hex Logo

#bb327c Color Hex

#BB327C
(187,50,124)
0 Favorites   0 Comments

Color spaces of #bb327c

RGB 18750124
HSL0.910.580.46
HSV328°73°73°
CMYK 0.000.730.34   0.27
XYZ25.272214.301220.4972
Yxy14.30120.42070.2381
Hunter Lab37.816953.1079-5.6640
CIE-Lab44.661860.0443-10.0344

#bb327c color RGB value is (187,50,124).

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

The process color (four color CMYK) of #bb327c color hex is 0.00, 0.73, 0.34, 0.27. Web safe color of #bb327c is #cc3366. Color #bb327c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110010 01111100
Octal 273 62 174
Decimal 187 50 124
Hex BB 32 7C

RGB Percentages of Color #bb327c

%51.80
%13.85
%34.35

CMYK Percentages of Color #bb327c

%0
%73
%34
%27

Triadic Colors of #bb327c

#bb327c #7cbb32 #327cbb

Analogous Colors of #bb327c

#bb327c #bb3238 #b632bb

Monochromatic Colors of #bb327c

#bb327c

Complementary Color

#bb327c #32bb71

#bb327c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb327c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb327c Color CSS Codes

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

#bb327c Text Font Color

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

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


#bb327c Background Color

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

This div background color is #bb327c


#bb327c Border Color

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

This div border color is #bb327c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb327c


Comments

No comments written yet.

Please login to write comment.