Color Hex Logo

#bb639e Color Hex

#BB639E
(187,99,158)
0 Favorites   0 Comments

Color spaces of #bb639e

RGB 18799158
HSL0.890.390.56
HSV320°47°73°
CMYK 0.000.470.16   0.27
XYZ31.126921.957134.9453
Yxy21.95710.35360.2494
Hunter Lab46.858436.5710-11.4155
CIE-Lab53.981542.9985-16.2747

#bb639e color RGB value is (187,99,158).

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

The process color (four color CMYK) of #bb639e color hex is 0.00, 0.47, 0.16, 0.27. Web safe color of #bb639e is #cc6699. Color #bb639e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100011 10011110
Octal 273 143 236
Decimal 187 99 158
Hex BB 63 9E

RGB Percentages of Color #bb639e

%42.12
%22.30
%35.59

CMYK Percentages of Color #bb639e

%0
%47
%16
%27

Triadic Colors of #bb639e

#bb639e #9ebb63 #639ebb

Analogous Colors of #bb639e

#bb639e #bb6372 #ac63bb

Monochromatic Colors of #bb639e

#bb639e

Complementary Color

#bb639e #63bb80

#bb639e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb639e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb639e Color CSS Codes

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

#bb639e Text Font Color

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

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


#bb639e Background Color

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

This div background color is #bb639e


#bb639e Border Color

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

This div border color is #bb639e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb639e


Comments

No comments written yet.

Please login to write comment.