Color Hex Logo

#bb798e Color Hex

#BB798E
(187,121,142)
0 Favorites   0 Comments

Color spaces of #bb798e

RGB 187121142
HSL0.950.330.60
HSV341°35°73°
CMYK 0.000.350.24   0.27
XYZ32.213426.192528.9490
Yxy26.19250.36880.2998
Hunter Lab51.178622.79092.2878
CIE-Lab58.219328.6961-0.6397

#bb798e color RGB value is (187,121,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111001 10001110
Octal 273 171 216
Decimal 187 121 142
Hex BB 79 8E

RGB Percentages of Color #bb798e

%41.56
%26.89
%31.56

CMYK Percentages of Color #bb798e

%0
%35
%24
%27

Triadic Colors of #bb798e

#bb798e #8ebb79 #798ebb

Analogous Colors of #bb798e

#bb798e #bb8579 #bb79af

Monochromatic Colors of #bb798e

#bb798e

Complementary Color

#bb798e #79bba6

#bb798e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb798e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb798e Color CSS Codes

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

#bb798e Text Font Color

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

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


#bb798e Background Color

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

This div background color is #bb798e


#bb798e Border Color

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

This div border color is #bb798e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb798e


Comments

No comments written yet.

Please login to write comment.