Color Hex Logo

#bb768f Color Hex

#BB768F
(187,118,143)
0 Favorites   0 Comments

Color spaces of #bb768f

RGB 187118143
HSL0.940.340.60
HSV338°37°73°
CMYK 0.000.370.24   0.27
XYZ31.929925.504829.2266
Yxy25.50480.36840.2943
Hunter Lab50.502324.47711.0394
CIE-Lab57.564030.4951-2.1793

#bb768f color RGB value is (187,118,143).

#bb768f hex color red value is 187, green value is 118 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bb768f hue: 0.94 , saturation: 0.34 and the lightness value of bb768f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110110 10001111
Octal 273 166 217
Decimal 187 118 143
Hex BB 76 8F

RGB Percentages of Color #bb768f

%41.74
%26.34
%31.92

CMYK Percentages of Color #bb768f

%0
%37
%24
%27

Triadic Colors of #bb768f

#bb768f #8fbb76 #768fbb

Analogous Colors of #bb768f

#bb768f #bb8076 #bb76b2

Monochromatic Colors of #bb768f

#bb768f

Complementary Color

#bb768f #76bba2

#bb768f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb768f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb768f Color CSS Codes

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

#bb768f Text Font Color

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

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


#bb768f Background Color

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

This div background color is #bb768f


#bb768f Border Color

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

This div border color is #bb768f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb768f


Comments

No comments written yet.

Please login to write comment.