Color Hex Logo

#bb4cab Color Hex

#BB4CAB
(187,76,171)
0 Favorites   0 Comments

Color spaces of #bb4cab

RGB 18776171
HSL0.860.450.52
HSV309°59°73°
CMYK 0.000.590.09   0.27
XYZ30.428618.674040.5287
Yxy18.67400.33950.2083
Hunter Lab43.213450.0667-25.3571
CIE-Lab50.303656.2546-29.5514

#bb4cab color RGB value is (187,76,171).

#bb4cab hex color red value is 187, green value is 76 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bb4cab hue: 0.86 , saturation: 0.45 and the lightness value of bb4cab is 0.52.

The process color (four color CMYK) of #bb4cab color hex is 0.00, 0.59, 0.09, 0.27. Web safe color of #bb4cab is #cc3399. Color #bb4cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001100 10101011
Octal 273 114 253
Decimal 187 76 171
Hex BB 4C AB

RGB Percentages of Color #bb4cab

%43.09
%17.51
%39.40

CMYK Percentages of Color #bb4cab

%0
%59
%9
%27

Triadic Colors of #bb4cab

#bb4cab #abbb4c #4cabbb

Analogous Colors of #bb4cab

#bb4cab #bb4c74 #944cbb

Monochromatic Colors of #bb4cab

#bb4cab

Complementary Color

#bb4cab #4cbb5c

#bb4cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4cab Color CSS Codes

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

#bb4cab Text Font Color

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

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


#bb4cab Background Color

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

This div background color is #bb4cab


#bb4cab Border Color

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

This div border color is #bb4cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4cab


Comments

No comments written yet.

Please login to write comment.