Color Hex Logo

#bb658e Color Hex

#BB658E
(187,101,142)
0 Favorites   0 Comments

Color spaces of #bb658e

RGB 187101142
HSL0.920.390.56
HSV331°46°73°
CMYK 0.000.460.24   0.27
XYZ30.029721.825228.2211
Yxy21.82520.37500.2726
Hunter Lab46.717432.9832-3.1137
CIE-Lab53.841039.5058-7.1014

#bb658e color RGB value is (187,101,142).

#bb658e hex color red value is 187, green value is 101 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bb658e hue: 0.92 , saturation: 0.39 and the lightness value of bb658e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100101 10001110
Octal 273 145 216
Decimal 187 101 142
Hex BB 65 8E

RGB Percentages of Color #bb658e

%43.49
%23.49
%33.02

CMYK Percentages of Color #bb658e

%0
%46
%24
%27

Triadic Colors of #bb658e

#bb658e #8ebb65 #658ebb

Analogous Colors of #bb658e

#bb658e #bb6765 #bb65b9

Monochromatic Colors of #bb658e

#bb658e

Complementary Color

#bb658e #65bb92

#bb658e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb658e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb658e Color CSS Codes

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

#bb658e Text Font Color

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

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


#bb658e Background Color

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

This div background color is #bb658e


#bb658e Border Color

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

This div border color is #bb658e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb658e


Comments

No comments written yet.

Please login to write comment.