Color Hex Logo

#bb6576 Color Hex

#BB6576
(187,101,118)
0 Favorites   0 Comments

Color spaces of #bb6576

RGB 187101118
HSL0.970.390.56
HSV348°46°73°
CMYK 0.000.460.37   0.27
XYZ28.417221.180219.7300
Yxy21.18020.40990.3055
Hunter Lab46.022029.68016.7972
CIE-Lab53.146236.29316.0420

#bb6576 color RGB value is (187,101,118).

#bb6576 hex color red value is 187, green value is 101 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bb6576 hue: 0.97 , saturation: 0.39 and the lightness value of bb6576 is 0.56.

The process color (four color CMYK) of #bb6576 color hex is 0.00, 0.46, 0.37, 0.27. Web safe color of #bb6576 is #cc6666. Color #bb6576 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100101 01110110
Octal 273 145 166
Decimal 187 101 118
Hex BB 65 76

RGB Percentages of Color #bb6576

%46.06
%24.88
%29.06

CMYK Percentages of Color #bb6576

%0
%46
%37
%27

Triadic Colors of #bb6576

#bb6576 #76bb65 #6576bb

Analogous Colors of #bb6576

#bb6576 #bb7f65 #bb65a1

Monochromatic Colors of #bb6576

#bb6576

Complementary Color

#bb6576 #65bbaa

#bb6576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6576 Color CSS Codes

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

#bb6576 Text Font Color

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

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


#bb6576 Background Color

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

This div background color is #bb6576


#bb6576 Border Color

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

This div border color is #bb6576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6576


Comments

No comments written yet.

Please login to write comment.