Color Hex Logo

#bb2caf Color Hex

#BB2CAF
(187,44,175)
0 Favorites   0 Comments

Color spaces of #bb2caf

RGB 18744175
HSL0.850.620.45
HSV305°76°73°
CMYK 0.000.760.06   0.27
XYZ29.132115.461342.0063
Yxy15.46130.33640.1785
Hunter Lab39.320963.4359-35.8146
CIE-Lab46.259668.7568-38.2513

#bb2caf color RGB value is (187,44,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101100 10101111
Octal 273 54 257
Decimal 187 44 175
Hex BB 2C AF

RGB Percentages of Color #bb2caf

%46.06
%10.84
%43.10

CMYK Percentages of Color #bb2caf

%0
%76
%6
%27

Triadic Colors of #bb2caf

#bb2caf #afbb2c #2cafbb

Analogous Colors of #bb2caf

#bb2caf #bb2c68 #802cbb

Monochromatic Colors of #bb2caf

#bb2caf

Complementary Color

#bb2caf #2cbb38

#bb2caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2caf Color CSS Codes

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

#bb2caf Text Font Color

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

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


#bb2caf Background Color

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

This div background color is #bb2caf


#bb2caf Border Color

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

This div border color is #bb2caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2caf


Comments

No comments written yet.

Please login to write comment.