Color Hex Logo

#bb2bad Color Hex

#BB2BAD
(187,43,173)
0 Favorites   0 Comments

Color spaces of #bb2bad

RGB 18743173
HSL0.850.630.45
HSV306°77°73°
CMYK 0.000.770.07   0.27
XYZ28.900215.309740.9670
Yxy15.30970.33930.1797
Hunter Lab39.127663.3693-34.6879
CIE-Lab46.055568.7399-37.3925

#bb2bad color RGB value is (187,43,173).

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

The process color (four color CMYK) of #bb2bad color hex is 0.00, 0.77, 0.07, 0.27. Web safe color of #bb2bad is #cc3399. Color #bb2bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101011 10101101
Octal 273 53 255
Decimal 187 43 173
Hex BB 2B AD

RGB Percentages of Color #bb2bad

%46.40
%10.67
%42.93

CMYK Percentages of Color #bb2bad

%0
%77
%7
%27

Triadic Colors of #bb2bad

#bb2bad #adbb2b #2badbb

Analogous Colors of #bb2bad

#bb2bad #bb2b65 #812bbb

Monochromatic Colors of #bb2bad

#bb2bad

Complementary Color

#bb2bad #2bbb39

#bb2bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2bad Color CSS Codes

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

#bb2bad Text Font Color

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

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


#bb2bad Background Color

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

This div background color is #bb2bad


#bb2bad Border Color

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

This div border color is #bb2bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2bad


Comments

No comments written yet.

Please login to write comment.