Color Hex Logo

#bb638f Color Hex

#BB638F
(187,99,143)
0 Favorites   0 Comments

Color spaces of #bb638f

RGB 18799143
HSL0.920.390.56
HSV330°47°73°
CMYK 0.000.470.24   0.27
XYZ29.913321.471628.5544
Yxy21.47160.37420.2686
Hunter Lab46.337534.1407-4.0999
CIE-Lab53.461840.6998-8.2553

#bb638f color RGB value is (187,99,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100011 10001111
Octal 273 143 217
Decimal 187 99 143
Hex BB 63 8F

RGB Percentages of Color #bb638f

%43.59
%23.08
%33.33

CMYK Percentages of Color #bb638f

%0
%47
%24
%27

Triadic Colors of #bb638f

#bb638f #8fbb63 #638fbb

Analogous Colors of #bb638f

#bb638f #bb6363 #bb63bb

Monochromatic Colors of #bb638f

#bb638f

Complementary Color

#bb638f #63bb8f

#bb638f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb638f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb638f Color CSS Codes

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

#bb638f Text Font Color

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

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


#bb638f Background Color

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

This div background color is #bb638f


#bb638f Border Color

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

This div border color is #bb638f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb638f


Comments

No comments written yet.

Please login to write comment.