Color Hex Logo

#b88fab Color Hex

#B88FAB
(184,143,171)
0 Favorites   0 Comments

Color spaces of #b88fab

RGB 184143171
HSL0.890.220.64
HSV319°22°72°
CMYK 0.000.220.07   0.28
XYZ36.940332.775542.9074
Yxy32.77550.32800.2910
Hunter Lab57.249914.9892-4.3615
CIE-Lab63.978720.1503-8.7349

#b88fab color RGB value is (184,143,171).

#b88fab hex color red value is 184, green value is 143 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b88fab hue: 0.89 , saturation: 0.22 and the lightness value of b88fab is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001111 10101011
Octal 270 217 253
Decimal 184 143 171
Hex B8 8F AB

RGB Percentages of Color #b88fab

%36.95
%28.71
%34.34

CMYK Percentages of Color #b88fab

%0
%22
%7
%28

Triadic Colors of #b88fab

#b88fab #abb88f #8fabb8

Analogous Colors of #b88fab

#b88fab #b88f97 #b18fb8

Monochromatic Colors of #b88fab

#b88fab

Complementary Color

#b88fab #8fb89c

#b88fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88fab Color CSS Codes

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

#b88fab Text Font Color

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

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


#b88fab Background Color

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

This div background color is #b88fab


#b88fab Border Color

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

This div border color is #b88fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88fab


Comments

No comments written yet.

Please login to write comment.