Color Hex Logo

#bb316b Color Hex

#BB316B
(187,49,107)
0 Favorites   0 Comments

Color spaces of #bb316b

RGB 18749107
HSL0.930.580.46
HSV335°74°73°
CMYK 0.000.740.43   0.27
XYZ24.245713.823015.3001
Yxy13.82300.45430.2590
Hunter Lab37.179351.34131.6264
CIE-Lab43.978058.5784-0.5676

#bb316b color RGB value is (187,49,107).

#bb316b hex color red value is 187, green value is 49 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bb316b hue: 0.93 , saturation: 0.58 and the lightness value of bb316b is 0.46.

The process color (four color CMYK) of #bb316b color hex is 0.00, 0.74, 0.43, 0.27. Web safe color of #bb316b is #cc3366. Color #bb316b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110001 01101011
Octal 273 61 153
Decimal 187 49 107
Hex BB 31 6B

RGB Percentages of Color #bb316b

%54.52
%14.29
%31.20

CMYK Percentages of Color #bb316b

%0
%74
%43
%27

Triadic Colors of #bb316b

#bb316b #6bbb31 #316bbb

Analogous Colors of #bb316b

#bb316b #bb3c31 #bb31b0

Monochromatic Colors of #bb316b

#bb316b

Complementary Color

#bb316b #31bb81

#bb316b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb316b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb316b Color CSS Codes

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

#bb316b Text Font Color

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

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


#bb316b Background Color

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

This div background color is #bb316b


#bb316b Border Color

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

This div border color is #bb316b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb316b


Comments

No comments written yet.

Please login to write comment.