Color Hex Logo

#bb2dab Color Hex

#BB2DAB
(187,45,171)
0 Favorites   0 Comments

Color spaces of #bb2dab

RGB 18745171
HSL0.850.610.45
HSV307°76°73°
CMYK 0.000.760.09   0.27
XYZ28.782615.381839.9801
Yxy15.38180.34210.1828
Hunter Lab39.219662.3636-32.9859
CIE-Lab46.152867.8640-36.0560

#bb2dab color RGB value is (187,45,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101101 10101011
Octal 273 55 253
Decimal 187 45 171
Hex BB 2D AB

RGB Percentages of Color #bb2dab

%46.40
%11.17
%42.43

CMYK Percentages of Color #bb2dab

%0
%76
%9
%27

Triadic Colors of #bb2dab

#bb2dab #abbb2d #2dabbb

Analogous Colors of #bb2dab

#bb2dab #bb2d64 #842dbb

Monochromatic Colors of #bb2dab

#bb2dab

Complementary Color

#bb2dab #2dbb3d

#bb2dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2dab Color CSS Codes

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

#bb2dab Text Font Color

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

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


#bb2dab Background Color

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

This div background color is #bb2dab


#bb2dab Border Color

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

This div border color is #bb2dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,45,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 #bb2dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2dab


Comments

No comments written yet.

Please login to write comment.