Color Hex Logo

#b88bba Color Hex

#B88BBA
(184,139,186)
0 Favorites   0 Comments

Color spaces of #b88bba

RGB 184139186
HSL0.830.250.64
HSV297°25°73°
CMYK 0.010.250.00   0.27
XYZ37.862732.200850.6742
Yxy32.20080.31360.2667
Hunter Lab56.745719.7962-13.2242
CIE-Lab63.508525.1892-17.9071

#b88bba color RGB value is (184,139,186).

#b88bba hex color red value is 184, green value is 139 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b88bba hue: 0.83 , saturation: 0.25 and the lightness value of b88bba is 0.64.

The process color (four color CMYK) of #b88bba color hex is 0.01, 0.25, 0.00, 0.27. Web safe color of #b88bba is #cc99cc. Color #b88bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001011 10111010
Octal 270 213 272
Decimal 184 139 186
Hex B8 8B BA

RGB Percentages of Color #b88bba

%36.15
%27.31
%36.54

CMYK Percentages of Color #b88bba

%1
%25
%0
%27

Triadic Colors of #b88bba

#b88bba #bab88b #8bbab8

Analogous Colors of #b88bba

#b88bba #ba8ba5 #a18bba

Monochromatic Colors of #b88bba

#b88bba

Complementary Color

#b88bba #8dba8b

#b88bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88bba Color CSS Codes

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

#b88bba Text Font Color

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

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


#b88bba Background Color

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

This div background color is #b88bba


#b88bba Border Color

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

This div border color is #b88bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88bba


Comments

No comments written yet.

Please login to write comment.