Color Hex Logo

#bb37af Color Hex

#BB37AF
(187,55,175)
0 Favorites   0 Comments

Color spaces of #bb37af

RGB 18755175
HSL0.850.550.47
HSV305°71°73°
CMYK 0.000.710.06   0.27
XYZ29.597616.392342.1615
Yxy16.39230.33580.1860
Hunter Lab40.487459.6363-33.4004
CIE-Lab47.485065.2611-36.3177

#bb37af color RGB value is (187,55,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110111 10101111
Octal 273 67 257
Decimal 187 55 175
Hex BB 37 AF

RGB Percentages of Color #bb37af

%44.84
%13.19
%41.97

CMYK Percentages of Color #bb37af

%0
%71
%6
%27

Triadic Colors of #bb37af

#bb37af #afbb37 #37afbb

Analogous Colors of #bb37af

#bb37af #bb376d #8537bb

Monochromatic Colors of #bb37af

#bb37af

Complementary Color

#bb37af #37bb43

#bb37af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb37af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb37af Color CSS Codes

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

#bb37af Text Font Color

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

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


#bb37af Background Color

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

This div background color is #bb37af


#bb37af Border Color

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

This div border color is #bb37af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb37af


Comments

No comments written yet.

Please login to write comment.