Color Hex Logo

#bb798c Color Hex

#BB798C
(187,121,140)
0 Favorites   0 Comments

Color spaces of #bb798c

RGB 187121140
HSL0.950.330.60
HSV343°35°73°
CMYK 0.000.350.25   0.27
XYZ32.064526.133028.1651
Yxy26.13300.37130.3026
Hunter Lab51.120422.50063.1182
CIE-Lab58.163128.40060.4348

#bb798c color RGB value is (187,121,140).

#bb798c hex color red value is 187, green value is 121 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bb798c hue: 0.95 , saturation: 0.33 and the lightness value of bb798c is 0.60.

The process color (four color CMYK) of #bb798c color hex is 0.00, 0.35, 0.25, 0.27. Web safe color of #bb798c is #cc6699. Color #bb798c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111001 10001100
Octal 273 171 214
Decimal 187 121 140
Hex BB 79 8C

RGB Percentages of Color #bb798c

%41.74
%27.01
%31.25

CMYK Percentages of Color #bb798c

%0
%35
%25
%27

Triadic Colors of #bb798c

#bb798c #8cbb79 #798cbb

Analogous Colors of #bb798c

#bb798c #bb8779 #bb79ad

Monochromatic Colors of #bb798c

#bb798c

Complementary Color

#bb798c #79bba8

#bb798c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb798c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb798c Color CSS Codes

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

#bb798c Text Font Color

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

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


#bb798c Background Color

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

This div background color is #bb798c


#bb798c Border Color

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

This div border color is #bb798c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb798c


Comments

No comments written yet.

Please login to write comment.