Color Hex Logo

#bb608b Color Hex

#BB608B
(187,96,139)
0 Favorites   0 Comments

Color spaces of #bb608b

RGB 18796139
HSL0.920.400.55
HSV332°49°73°
CMYK 0.000.490.26   0.27
XYZ29.336620.794626.8937
Yxy20.79460.38090.2700
Hunter Lab45.601135.0327-3.0461
CIE-Lab52.724041.6804-6.9959

#bb608b color RGB value is (187,96,139).

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

The process color (four color CMYK) of #bb608b color hex is 0.00, 0.49, 0.26, 0.27. Web safe color of #bb608b is #cc6699. Color #bb608b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100000 10001011
Octal 273 140 213
Decimal 187 96 139
Hex BB 60 8B

RGB Percentages of Color #bb608b

%44.31
%22.75
%32.94

CMYK Percentages of Color #bb608b

%0
%49
%26
%27

Triadic Colors of #bb608b

#bb608b #8bbb60 #608bbb

Analogous Colors of #bb608b

#bb608b #bb6360 #bb60b9

Monochromatic Colors of #bb608b

#bb608b

Complementary Color

#bb608b #60bb90

#bb608b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb608b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb608b Color CSS Codes

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

#bb608b Text Font Color

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

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


#bb608b Background Color

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

This div background color is #bb608b


#bb608b Border Color

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

This div border color is #bb608b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb608b


Comments

No comments written yet.

Please login to write comment.