Color Hex Logo

#bb2baf Color Hex

#BB2BAF
(187,43,175)
0 Favorites   0 Comments

Color spaces of #bb2baf

RGB 18743175
HSL0.850.630.45
HSV305°77°73°
CMYK 0.000.770.06   0.27
XYZ29.095315.387741.9941
Yxy15.38770.33650.1779
Hunter Lab39.227263.7483-36.0131
CIE-Lab46.160769.0413-38.4078

#bb2baf color RGB value is (187,43,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101011 10101111
Octal 273 53 257
Decimal 187 43 175
Hex BB 2B AF

RGB Percentages of Color #bb2baf

%46.17
%10.62
%43.21

CMYK Percentages of Color #bb2baf

%0
%77
%6
%27

Triadic Colors of #bb2baf

#bb2baf #afbb2b #2bafbb

Analogous Colors of #bb2baf

#bb2baf #bb2b67 #7f2bbb

Monochromatic Colors of #bb2baf

#bb2baf

Complementary Color

#bb2baf #2bbb37

#bb2baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2baf Color CSS Codes

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

#bb2baf Text Font Color

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

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


#bb2baf Background Color

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

This div background color is #bb2baf


#bb2baf Border Color

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

This div border color is #bb2baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2baf


Comments

No comments written yet.

Please login to write comment.