Color Hex Logo

#b881aa Color Hex

#B881AA
(184,129,170)
0 Favorites   0 Comments

Color spaces of #b881aa

RGB 184129170
HSL0.880.280.61
HSV315°30°72°
CMYK 0.000.300.08   0.28
XYZ34.873128.793141.7498
Yxy28.79310.33080.2731
Hunter Lab53.659222.1035-8.5694
CIE-Lab60.598627.7823-13.2321

#b881aa color RGB value is (184,129,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000001 10101010
Octal 270 201 252
Decimal 184 129 170
Hex B8 81 AA

RGB Percentages of Color #b881aa

%38.10
%26.71
%35.20

CMYK Percentages of Color #b881aa

%0
%30
%8
%28

Triadic Colors of #b881aa

#b881aa #aab881 #81aab8

Analogous Colors of #b881aa

#b881aa #b8818f #ab81b8

Monochromatic Colors of #b881aa

#b881aa

Complementary Color

#b881aa #81b88f

#b881aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b881aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b881aa Color CSS Codes

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

#b881aa Text Font Color

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

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


#b881aa Background Color

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

This div background color is #b881aa


#b881aa Border Color

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

This div border color is #b881aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b881aa


Comments

No comments written yet.

Please login to write comment.