Color Hex Logo

#b88fbd Color Hex

#B88FBD
(184,143,189)
0 Favorites   0 Comments

Color spaces of #b88fbd

RGB 184143189
HSL0.820.260.65
HSV293°24°74°
CMYK 0.030.240.00   0.26
XYZ38.774933.509452.5684
Yxy33.50940.31060.2684
Hunter Lab57.887318.2626-13.3211
CIE-Lab64.571323.5394-17.9823

#b88fbd color RGB value is (184,143,189).

#b88fbd hex color red value is 184, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b88fbd hue: 0.82 , saturation: 0.26 and the lightness value of b88fbd is 0.65.

The process color (four color CMYK) of #b88fbd color hex is 0.03, 0.24, 0.00, 0.26. Web safe color of #b88fbd is #cc99cc. Color #b88fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001111 10111101
Octal 270 217 275
Decimal 184 143 189
Hex B8 8F BD

RGB Percentages of Color #b88fbd

%35.66
%27.71
%36.63

CMYK Percentages of Color #b88fbd

%3
%24
%0
%26

Triadic Colors of #b88fbd

#b88fbd #bdb88f #8fbdb8

Analogous Colors of #b88fbd

#b88fbd #bd8fab #a18fbd

Monochromatic Colors of #b88fbd

#b88fbd

Complementary Color

#b88fbd #94bd8f

#b88fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88fbd Color CSS Codes

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

#b88fbd Text Font Color

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

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


#b88fbd Background Color

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

This div background color is #b88fbd


#b88fbd Border Color

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

This div border color is #b88fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88fbd


Comments

No comments written yet.

Please login to write comment.