Color Hex Logo

#bb3baf Color Hex

#BB3BAF
(187,59,175)
0 Favorites   0 Comments

Color spaces of #bb3baf

RGB 18759175
HSL0.850.520.48
HSV306°68°73°
CMYK 0.000.680.06   0.27
XYZ29.795316.787942.2274
Yxy16.78790.33550.1890
Hunter Lab40.973058.1011-32.4240
CIE-Lab47.991763.8302-35.5201

#bb3baf color RGB value is (187,59,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111011 10101111
Octal 273 73 257
Decimal 187 59 175
Hex BB 3B AF

RGB Percentages of Color #bb3baf

%44.42
%14.01
%41.57

CMYK Percentages of Color #bb3baf

%0
%68
%6
%27

Triadic Colors of #bb3baf

#bb3baf #afbb3b #3bafbb

Analogous Colors of #bb3baf

#bb3baf #bb3b6f #873bbb

Monochromatic Colors of #bb3baf

#bb3baf

Complementary Color

#bb3baf #3bbb47

#bb3baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3baf Color CSS Codes

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

#bb3baf Text Font Color

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

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


#bb3baf Background Color

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

This div background color is #bb3baf


#bb3baf Border Color

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

This div border color is #bb3baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3baf


Comments

No comments written yet.

Please login to write comment.