Color Hex Logo

#bb0dac Color Hex

#BB0DAC
(187,13,172)
0 Favorites   0 Comments

Color spaces of #bb0dac

RGB 18713172
HSL0.850.870.39
HSV305°93°73°
CMYK 0.000.930.08   0.27
XYZ28.083813.831240.2192
Yxy13.83120.34190.1684
Hunter Lab37.190369.7090-38.0855
CIE-Lab43.989974.4472-40.0700

#bb0dac color RGB value is (187,13,172).

#bb0dac hex color red value is 187, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bb0dac hue: 0.85 , saturation: 0.87 and the lightness value of bb0dac is 0.39.

The process color (four color CMYK) of #bb0dac color hex is 0.00, 0.93, 0.08, 0.27. Web safe color of #bb0dac is #cc0099. Color #bb0dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001101 10101100
Octal 273 15 254
Decimal 187 13 172
Hex BB D AC

RGB Percentages of Color #bb0dac

%50.27
%3.49
%46.24

CMYK Percentages of Color #bb0dac

%0
%93
%8
%27

Triadic Colors of #bb0dac

#bb0dac #acbb0d #0dacbb

Analogous Colors of #bb0dac

#bb0dac #bb0d55 #730dbb

Monochromatic Colors of #bb0dac

#bb0dac

Complementary Color

#bb0dac #0dbb1c

#bb0dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0dac Color CSS Codes

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

#bb0dac Text Font Color

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

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


#bb0dac Background Color

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

This div background color is #bb0dac


#bb0dac Border Color

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

This div border color is #bb0dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0dac


Comments

No comments written yet.

Please login to write comment.