Color Hex Logo

#b884ba Color Hex

#B884BA
(184,132,186)
0 Favorites   0 Comments

Color spaces of #b884ba

RGB 184132186
HSL0.830.280.62
HSV298°29°73°
CMYK 0.010.290.00   0.27
XYZ36.881430.238050.3470
Yxy30.23800.31400.2574
Hunter Lab54.989123.4897-15.7925
CIE-Lab61.859029.0928-20.4167

#b884ba color RGB value is (184,132,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000100 10111010
Octal 270 204 272
Decimal 184 132 186
Hex B8 84 BA

RGB Percentages of Color #b884ba

%36.65
%26.29
%37.05

CMYK Percentages of Color #b884ba

%1
%29
%0
%27

Triadic Colors of #b884ba

#b884ba #bab884 #84bab8

Analogous Colors of #b884ba

#b884ba #ba84a1 #9d84ba

Monochromatic Colors of #b884ba

#b884ba

Complementary Color

#b884ba #86ba84

#b884ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b884ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b884ba Color CSS Codes

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

#b884ba Text Font Color

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

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


#b884ba Background Color

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

This div background color is #b884ba


#b884ba Border Color

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

This div border color is #b884ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b884ba


Comments

No comments written yet.

Please login to write comment.