Color Hex Logo

#bb677c Color Hex

#BB677C
(187,103,124)
0 Favorites   0 Comments

Color spaces of #bb677c

RGB 187103124
HSL0.960.380.57
HSV345°45°73°
CMYK 0.000.450.34   0.27
XYZ28.981921.720521.7338
Yxy21.72050.40010.2999
Hunter Lab46.605329.44264.9745
CIE-Lab53.729235.98023.3387

#bb677c color RGB value is (187,103,124).

#bb677c hex color red value is 187, green value is 103 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bb677c hue: 0.96 , saturation: 0.38 and the lightness value of bb677c is 0.57.

The process color (four color CMYK) of #bb677c color hex is 0.00, 0.45, 0.34, 0.27. Web safe color of #bb677c is #cc6666. Color #bb677c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100111 01111100
Octal 273 147 174
Decimal 187 103 124
Hex BB 67 7C

RGB Percentages of Color #bb677c

%45.17
%24.88
%29.95

CMYK Percentages of Color #bb677c

%0
%45
%34
%27

Triadic Colors of #bb677c

#bb677c #7cbb67 #677cbb

Analogous Colors of #bb677c

#bb677c #bb7c67 #bb67a6

Monochromatic Colors of #bb677c

#bb677c

Complementary Color

#bb677c #67bba6

#bb677c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb677c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb677c Color CSS Codes

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

#bb677c Text Font Color

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

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


#bb677c Background Color

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

This div background color is #bb677c


#bb677c Border Color

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

This div border color is #bb677c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,103,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 #bb677c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb677c


Comments

No comments written yet.

Please login to write comment.