Color Hex Logo

#bb648f Color Hex

#BB648F
(187,100,143)
0 Favorites   0 Comments

Color spaces of #bb648f

RGB 187100143
HSL0.920.390.56
HSV330°47°73°
CMYK 0.000.470.24   0.27
XYZ30.008621.662328.5862
Yxy21.66230.37390.2699
Hunter Lab46.542833.6386-3.8355
CIE-Lab53.666940.1768-7.9492

#bb648f color RGB value is (187,100,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100100 10001111
Octal 273 144 217
Decimal 187 100 143
Hex BB 64 8F

RGB Percentages of Color #bb648f

%43.49
%23.26
%33.26

CMYK Percentages of Color #bb648f

%0
%47
%24
%27

Triadic Colors of #bb648f

#bb648f #8fbb64 #648fbb

Analogous Colors of #bb648f

#bb648f #bb6564 #bb64bb

Monochromatic Colors of #bb648f

#bb648f

Complementary Color

#bb648f #64bb90

#bb648f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb648f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb648f Color CSS Codes

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

#bb648f Text Font Color

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

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


#bb648f Background Color

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

This div background color is #bb648f


#bb648f Border Color

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

This div border color is #bb648f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb648f


Comments

No comments written yet.

Please login to write comment.