Color Hex Logo

#bb1daa Color Hex

#BB1DAA
(187,29,170)
0 Favorites   0 Comments

Color spaces of #bb1daa

RGB 18729170
HSL0.850.730.42
HSV306°84°73°
CMYK 0.000.840.09   0.27
XYZ28.188614.345839.3135
Yxy14.34580.34440.1753
Hunter Lab37.875866.5635-35.0274
CIE-Lab44.724871.6930-37.7175

#bb1daa color RGB value is (187,29,170).

#bb1daa hex color red value is 187, green value is 29 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bb1daa hue: 0.85 , saturation: 0.73 and the lightness value of bb1daa is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011101 10101010
Octal 273 35 252
Decimal 187 29 170
Hex BB 1D AA

RGB Percentages of Color #bb1daa

%48.45
%7.51
%44.04

CMYK Percentages of Color #bb1daa

%0
%84
%9
%27

Triadic Colors of #bb1daa

#bb1daa #aabb1d #1daabb

Analogous Colors of #bb1daa

#bb1daa #bb1d5b #7d1dbb

Monochromatic Colors of #bb1daa

#bb1daa

Complementary Color

#bb1daa #1dbb2e

#bb1daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1daa Color CSS Codes

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

#bb1daa Text Font Color

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

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


#bb1daa Background Color

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

This div background color is #bb1daa


#bb1daa Border Color

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

This div border color is #bb1daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1daa


Comments

No comments written yet.

Please login to write comment.