Color Hex Logo

#bb719b Color Hex

#BB719B
(187,113,155)
0 Favorites   0 Comments

Color spaces of #bb719b

RGB 187113155
HSL0.910.350.59
HSV326°40°73°
CMYK 0.000.400.17   0.27
XYZ32.315024.741634.0828
Yxy24.74160.35460.2715
Hunter Lab49.740928.9188-5.8072
CIE-Lab56.822835.0818-10.2399

#bb719b color RGB value is (187,113,155).

#bb719b hex color red value is 187, green value is 113 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bb719b hue: 0.91 , saturation: 0.35 and the lightness value of bb719b is 0.59.

The process color (four color CMYK) of #bb719b color hex is 0.00, 0.40, 0.17, 0.27. Web safe color of #bb719b is #cc6699. Color #bb719b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110001 10011011
Octal 273 161 233
Decimal 187 113 155
Hex BB 71 9B

RGB Percentages of Color #bb719b

%41.10
%24.84
%34.07

CMYK Percentages of Color #bb719b

%0
%40
%17
%27

Triadic Colors of #bb719b

#bb719b #9bbb71 #719bbb

Analogous Colors of #bb719b

#bb719b #bb7176 #b671bb

Monochromatic Colors of #bb719b

#bb719b

Complementary Color

#bb719b #71bb91

#bb719b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb719b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb719b Color CSS Codes

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

#bb719b Text Font Color

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

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


#bb719b Background Color

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

This div background color is #bb719b


#bb719b Border Color

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

This div border color is #bb719b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb719b


Comments

No comments written yet.

Please login to write comment.