Color Hex Logo

#bb8fba Color Hex

#BB8FBA
(187,143,186)
0 Favorites   0 Comments

Color spaces of #bb8fba

RGB 187143186
HSL0.840.240.65
HSV301°24°73°
CMYK 0.000.240.01   0.27
XYZ39.178933.754950.9048
Yxy33.75490.31640.2726
Hunter Lab58.099018.6979-11.2791
CIE-Lab64.767623.9768-15.9710

#bb8fba color RGB value is (187,143,186).

#bb8fba hex color red value is 187, green value is 143 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bb8fba hue: 0.84 , saturation: 0.24 and the lightness value of bb8fba is 0.65.

The process color (four color CMYK) of #bb8fba color hex is 0.00, 0.24, 0.01, 0.27. Web safe color of #bb8fba is #cc99cc. Color #bb8fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001111 10111010
Octal 273 217 272
Decimal 187 143 186
Hex BB 8F BA

RGB Percentages of Color #bb8fba

%36.24
%27.71
%36.05

CMYK Percentages of Color #bb8fba

%0
%24
%1
%27

Triadic Colors of #bb8fba

#bb8fba #babb8f #8fbabb

Analogous Colors of #bb8fba

#bb8fba #bb8fa4 #a68fbb

Monochromatic Colors of #bb8fba

#bb8fba

Complementary Color

#bb8fba #8fbb90

#bb8fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8fba Color CSS Codes

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

#bb8fba Text Font Color

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

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


#bb8fba Background Color

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

This div background color is #bb8fba


#bb8fba Border Color

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

This div border color is #bb8fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8fba


Comments

No comments written yet.

Please login to write comment.