Color Hex Logo

#bb667e Color Hex

#BB667E
(187,102,126)
0 Favorites   0 Comments

Color spaces of #bb667e

RGB 187102126
HSL0.950.380.57
HSV343°45°73°
CMYK 0.000.450.33   0.27
XYZ29.010821.573922.3738
Yxy21.57390.39760.2957
Hunter Lab46.447730.20593.9535
CIE-Lab53.572036.76971.9314

#bb667e color RGB value is (187,102,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100110 01111110
Octal 273 146 176
Decimal 187 102 126
Hex BB 66 7E

RGB Percentages of Color #bb667e

%45.06
%24.58
%30.36

CMYK Percentages of Color #bb667e

%0
%45
%33
%27

Triadic Colors of #bb667e

#bb667e #7ebb66 #667ebb

Analogous Colors of #bb667e

#bb667e #bb7966 #bb66a9

Monochromatic Colors of #bb667e

#bb667e

Complementary Color

#bb667e #66bba3

#bb667e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb667e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb667e Color CSS Codes

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

#bb667e Text Font Color

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

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


#bb667e Background Color

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

This div background color is #bb667e


#bb667e Border Color

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

This div border color is #bb667e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb667e


Comments

No comments written yet.

Please login to write comment.