Color Hex Logo

#b88ebd Color Hex

#B88EBD
(184,142,189)
0 Favorites   0 Comments

Color spaces of #b88ebd

RGB 184142189
HSL0.820.260.65
HSV294°25°74°
CMYK 0.030.250.00   0.26
XYZ38.625533.210552.5186
Yxy33.21050.31060.2671
Hunter Lab57.628618.7895-13.6927
CIE-Lab64.331024.0982-18.3470

#b88ebd color RGB value is (184,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001110 10111101
Octal 270 216 275
Decimal 184 142 189
Hex B8 8E BD

RGB Percentages of Color #b88ebd

%35.73
%27.57
%36.70

CMYK Percentages of Color #b88ebd

%3
%25
%0
%26

Triadic Colors of #b88ebd

#b88ebd #bdb88e #8ebdb8

Analogous Colors of #b88ebd

#b88ebd #bd8eab #a18ebd

Monochromatic Colors of #b88ebd

#b88ebd

Complementary Color

#b88ebd #93bd8e

#b88ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88ebd Color CSS Codes

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

#b88ebd Text Font Color

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

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


#b88ebd Background Color

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

This div background color is #b88ebd


#b88ebd Border Color

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

This div border color is #b88ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88ebd


Comments

No comments written yet.

Please login to write comment.