Color Hex Logo

#bb807c Color Hex

#BB807C
(187,128,124)
0 Favorites   0 Comments

Color spaces of #bb807c

RGB 187128124
HSL0.010.320.61
HSV34°73°
CMYK 0.000.320.34   0.27
XYZ31.850827.458422.6901
Yxy27.45840.38840.3349
Hunter Lab52.400816.796511.0073
CIE-Lab59.396222.310211.4197

#bb807c color RGB value is (187,128,124).

#bb807c hex color red value is 187, green value is 128 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bb807c hue: 0.01 , saturation: 0.32 and the lightness value of bb807c is 0.61.

The process color (four color CMYK) of #bb807c color hex is 0.00, 0.32, 0.34, 0.27. Web safe color of #bb807c is #cc9966. Color #bb807c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000000 01111100
Octal 273 200 174
Decimal 187 128 124
Hex BB 80 7C

RGB Percentages of Color #bb807c

%42.60
%29.16
%28.25

CMYK Percentages of Color #bb807c

%0
%32
%34
%27

Triadic Colors of #bb807c

#bb807c #7cbb80 #807cbb

Analogous Colors of #bb807c

#bb807c #bba07c #bb7c98

Monochromatic Colors of #bb807c

#bb807c

Complementary Color

#bb807c #7cb7bb

#bb807c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb807c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb807c Color CSS Codes

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

#bb807c Text Font Color

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

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


#bb807c Background Color

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

This div background color is #bb807c


#bb807c Border Color

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

This div border color is #bb807c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb807c


Comments

No comments written yet.

Please login to write comment.