Color Hex Logo

#bb799d Color Hex

#BB799D
(187,121,157)
0 Favorites   0 Comments

Color spaces of #bb799d

RGB 187121157
HSL0.910.330.60
HSV327°35°73°
CMYK 0.000.350.16   0.27
XYZ33.416726.673935.2856
Yxy26.67390.35040.2797
Hunter Lab51.646825.1119-4.3548
CIE-Lab58.671331.0357-8.6319

#bb799d color RGB value is (187,121,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111001 10011101
Octal 273 171 235
Decimal 187 121 157
Hex BB 79 9D

RGB Percentages of Color #bb799d

%40.22
%26.02
%33.76

CMYK Percentages of Color #bb799d

%0
%35
%16
%27

Triadic Colors of #bb799d

#bb799d #9dbb79 #799dbb

Analogous Colors of #bb799d

#bb799d #bb797c #b879bb

Monochromatic Colors of #bb799d

#bb799d

Complementary Color

#bb799d #79bb97

#bb799d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb799d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb799d Color CSS Codes

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

#bb799d Text Font Color

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

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


#bb799d Background Color

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

This div background color is #bb799d


#bb799d Border Color

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

This div border color is #bb799d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb799d


Comments

No comments written yet.

Please login to write comment.