Color Hex Logo

#bb606b Color Hex

#BB606B
(187,96,107)
0 Favorites   0 Comments

Color spaces of #bb606b

RGB 18796107
HSL0.980.400.55
HSV353°49°73°
CMYK 0.000.490.43   0.27
XYZ27.330219.992116.3283
Yxy19.99210.42940.3141
Hunter Lab44.712530.85999.6470
CIE-Lab51.828337.655110.6885

#bb606b color RGB value is (187,96,107).

#bb606b hex color red value is 187, green value is 96 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bb606b hue: 0.98 , saturation: 0.40 and the lightness value of bb606b is 0.55.

The process color (four color CMYK) of #bb606b color hex is 0.00, 0.49, 0.43, 0.27. Web safe color of #bb606b is #cc6666. Color #bb606b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100000 01101011
Octal 273 140 153
Decimal 187 96 107
Hex BB 60 6B

RGB Percentages of Color #bb606b

%47.95
%24.62
%27.44

CMYK Percentages of Color #bb606b

%0
%49
%43
%27

Triadic Colors of #bb606b

#bb606b #6bbb60 #606bbb

Analogous Colors of #bb606b

#bb606b #bb8360 #bb6099

Monochromatic Colors of #bb606b

#bb606b

Complementary Color

#bb606b #60bbb0

#bb606b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb606b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb606b Color CSS Codes

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

#bb606b Text Font Color

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

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


#bb606b Background Color

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

This div background color is #bb606b


#bb606b Border Color

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

This div border color is #bb606b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb606b


Comments

No comments written yet.

Please login to write comment.