Color Hex Logo

#b884aa Color Hex

#B884AA
(184,132,170)
0 Favorites   0 Comments

Color spaces of #b884aa

RGB 184132170
HSL0.880.270.62
HSV316°28°72°
CMYK 0.000.280.08   0.28
XYZ35.274129.595241.8835
Yxy29.59520.33040.2772
Hunter Lab54.401520.5374-7.5661
CIE-Lab61.303426.1112-12.1719

#b884aa color RGB value is (184,132,170).

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

The process color (four color CMYK) of #b884aa color hex is 0.00, 0.28, 0.08, 0.28. Web safe color of #b884aa is #cc9999. Color #b884aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000100 10101010
Octal 270 204 252
Decimal 184 132 170
Hex B8 84 AA

RGB Percentages of Color #b884aa

%37.86
%27.16
%34.98

CMYK Percentages of Color #b884aa

%0
%28
%8
%28

Triadic Colors of #b884aa

#b884aa #aab884 #84aab8

Analogous Colors of #b884aa

#b884aa #b88490 #ac84b8

Monochromatic Colors of #b884aa

#b884aa

Complementary Color

#b884aa #84b892

#b884aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b884aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b884aa Color CSS Codes

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

#b884aa Text Font Color

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

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


#b884aa Background Color

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

This div background color is #b884aa


#b884aa Border Color

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

This div border color is #b884aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,132,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b884aa


Comments

No comments written yet.

Please login to write comment.