Color Hex Logo

#b88faf Color Hex

#B88FAF
(184,143,175)
0 Favorites   0 Comments

Color spaces of #b88faf

RGB 184143175
HSL0.870.220.64
HSV313°22°72°
CMYK 0.000.220.05   0.28
XYZ37.327532.930444.9463
Yxy32.93040.32400.2858
Hunter Lab57.385015.6860-6.2689
CIE-Lab64.104520.8785-10.8047

#b88faf color RGB value is (184,143,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001111 10101111
Octal 270 217 257
Decimal 184 143 175
Hex B8 8F AF

RGB Percentages of Color #b88faf

%36.65
%28.49
%34.86

CMYK Percentages of Color #b88faf

%0
%22
%5
%28

Triadic Colors of #b88faf

#b88faf #afb88f #8fafb8

Analogous Colors of #b88faf

#b88faf #b88f9b #ad8fb8

Monochromatic Colors of #b88faf

#b88faf

Complementary Color

#b88faf #8fb898

#b88faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88faf Color CSS Codes

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

#b88faf Text Font Color

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

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


#b88faf Background Color

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

This div background color is #b88faf


#b88faf Border Color

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

This div border color is #b88faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88faf


Comments

No comments written yet.

Please login to write comment.